From 99a96344604d85fb8f17b624de610a7bd78bf398 Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Wed, 13 Aug 2025 11:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E7=BB=B4=E4=BA=BA=E5=91=98=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ruoyi/system/manager/ApplyInfoListManager.java | 6 ------ 1 file changed, 6 deletions(-) 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));