休学和给与退学

This commit is contained in:
2025-09-14 17:12:29 +08:00
parent 1d17ec90ef
commit 85c9bb5b66
2 changed files with 32 additions and 27 deletions

View File

@@ -114,7 +114,7 @@ public class RtStuQuitSchoolServiceImpl extends ServiceImpl<RtStuQuitSchoolMappe
variables.put("approval", SecurityUtils.getUserId());
variables.put("deptId", SecurityUtils.getDeptId());
AjaxResult ajaxResult = flowDefinitionService.startProcessInstanceById("flow_vxuubvdh:14:915008", variables);
AjaxResult ajaxResult = flowDefinitionService.startProcessInstanceById("flow_vxuubvdh:20:962552", variables);
String code = ajaxResult.get("code").toString();
if (code.equals("200")) {