|
@ -55,7 +55,7 @@ public class BusinessAlertController extends BaseController { |
|
|
vo.setBusinessType(2); |
|
|
vo.setBusinessType(2); |
|
|
BusinessAlert businessAlert = businessAlertService.addBusinessAlert(vo); |
|
|
BusinessAlert businessAlert = businessAlertService.addBusinessAlert(vo); |
|
|
RemoteStartProcess startProcess = new RemoteStartProcess(); |
|
|
RemoteStartProcess startProcess = new RemoteStartProcess(); |
|
|
startProcess.setBusinessId(businessAlert.getAlertId()); |
|
|
startProcess.setBusinessId(String.valueOf(businessAlert.getId())); |
|
|
startProcess.setFlowCode("alertChz"); |
|
|
startProcess.setFlowCode("alertChz"); |
|
|
remoteWorkflowService.startWorkFlowBatch(List.of(startProcess)); |
|
|
remoteWorkflowService.startWorkFlowBatch(List.of(startProcess)); |
|
|
} |
|
|
} |
|
|