feat(flowable): 添加卫生所和心理中心的通知监听器
- 新增 WSSListener 和 XLZXListener 类,用于向卫生所和心理中心发送违纪审批通知 - 更新 RtStuReentrySchoolServiceImpl 中的流程实例 ID - 优化 XWGSListener 类的注释
This commit is contained in:
@@ -178,7 +178,7 @@ public class RtStuReentrySchoolServiceImpl extends ServiceImpl<RtStuReentrySchoo
|
||||
variables.put("approval", SecurityUtils.getUserId());
|
||||
variables.put("deptId", SecurityUtils.getDeptId());
|
||||
|
||||
AjaxResult ajaxResult = flowDefinitionService.startProcessInstanceById("flow_9ffew1pj:5:390063", variables);
|
||||
AjaxResult ajaxResult = flowDefinitionService.startProcessInstanceById("flow_9ffew1pj:13:1000008", variables);
|
||||
String code = ajaxResult.get("code").toString();
|
||||
if (code.equals("200")) {
|
||||
|
||||
|
Reference in New Issue
Block a user