|
|
@ -49,7 +49,7 @@ public class DgAuditProcessController { |
|
|
|
public ResponseResult getProcessId( |
|
|
|
public ResponseResult getProcessId( |
|
|
|
@ApiParam(name = "businessId", value = "业务id", required = true) |
|
|
|
@ApiParam(name = "businessId", value = "业务id", required = true) |
|
|
|
@RequestParam String businessId){ |
|
|
|
@RequestParam String businessId){ |
|
|
|
Integer processId = auditProcessService.getProcessId(businessId); |
|
|
|
List<Integer> processId = auditProcessService.getProcessId(businessId); |
|
|
|
return ResponseResult.SUCCESS(processId); |
|
|
|
return ResponseResult.SUCCESS(processId); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|