feat(flowable): 添加卫生所和心理中心的通知监听器

- 新增 WSSListener 和 XLZXListener 类,用于向卫生所和心理中心发送违纪审批通知
- 更新 RtStuReentrySchoolServiceImpl 中的流程实例 ID
- 优化 XWGSListener 类的注释
This commit is contained in:
2025-09-01 14:49:44 +08:00
parent 19c8bd797c
commit bace8d44f9
4 changed files with 117 additions and 2 deletions

View File

@@ -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")) {