入伍保留学籍申请-监听器

This commit is contained in:
962704835@qq.com
2025-11-21 21:37:18 +08:00
parent 01cc7e8017
commit 6b4d61ae4a
3 changed files with 189 additions and 128 deletions

View File

@@ -209,7 +209,7 @@ public class RtEnlistmentReserveServiceImpl extends ServiceImpl<RtEnlistmentRese
variables.put("deptId", counselorInfo.getDeptId());
// 3. 启动流程
AjaxResult ajaxResult = flowDefinitionService.startProcessInstanceById("flow_r064jfpz:9:1090020", variables);
AjaxResult ajaxResult = flowDefinitionService.startProcessInstanceById("flow_r064jfpz:11:1282550", variables);
String code = ajaxResult.get("code").toString();
if (!"200".equals(code)) {
throw new ServiceException("流程启动失败,错误码:" + code, 500);