diff --git a/ruoyi-admin/src/main/java/com/ruoyi/system/manager/ApplyInfoListManager.java b/ruoyi-admin/src/main/java/com/ruoyi/system/manager/ApplyInfoListManager.java index ee7484a..7916074 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/system/manager/ApplyInfoListManager.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/system/manager/ApplyInfoListManager.java @@ -91,8 +91,6 @@ public class ApplyInfoListManager { // 流程变量传递业务数据,按实际业务需求传递 【按需传】 variable.put("businessData", applyInfoList); variable.put("businessType", "applyInfoList"); - // 条件表达式替换,判断是否满足某个任务的跳转条件 【按需传】 - variable.put("flag", 1); // 办理人变量表达式替换 【按需传】 variable.put("handler1", Arrays.asList(4, "5", 100L)); variable.put("handler2", 12L); @@ -151,8 +149,6 @@ public class ApplyInfoListManager { Map variable = new HashMap<>(); // 流程变量传递业务数据,按实际业务需求传递 【按需传】 variable.put("businessType", "applyInfoList"); - // 办理人变量表达式替换 【按需传】 - variable.put("flag", 1); flowParams.variable(variable); // 更新请假表 Instance instance = insService.skipByInsId(applyInfoList.getInstanceId(), flowParams); @@ -180,8 +176,6 @@ public class ApplyInfoListManager { Map variable = new HashMap<>(); // 流程变量传递业务数据,按实际业务需求传递 【按需传】 variable.put("businessType", "applyInfoList"); - // 办理人变量表达式替换 【按需传】 - variable.put("flag", 1); flowParams.variable(variable); // 请假信息存入flowParams,方便查看历史审批数据 【按需传】 flowParams.hisTaskExt(JSON.toJSONString(applyInfoList));