请假流程发送通知功能完善
This commit is contained in:
@@ -175,7 +175,8 @@ public class RtStuLeaveApplicationServiceImpl extends ServiceImpl<RtStuLeaveAppl
|
||||
variables.put("approval", counselorInfo.getUserId());
|
||||
variables.put("deptId", counselorInfo.getDeptId());
|
||||
|
||||
AjaxResult ajaxResult = flowDefinitionService.startProcessInstanceById("flow_m4npextk:28:257686", variables);
|
||||
//flow_m4npextk:28:257686 flow_m4npextk:31:755004
|
||||
AjaxResult ajaxResult = flowDefinitionService.startProcessInstanceById("flow_m4npextk:32:975062", variables);
|
||||
String code = ajaxResult.get("code").toString();
|
||||
if (code.equals("200")) {
|
||||
|
||||
|
Reference in New Issue
Block a user