请假流程发送通知功能完善

This commit is contained in:
s1431_z_w
2025-08-31 19:11:44 +08:00
parent a9623e3d27
commit 0ee08e39fa
13 changed files with 1020 additions and 13 deletions

View File

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