Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-09-14 17:12:39 +08:00
64 changed files with 3351 additions and 662 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")) {

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