From d00164c3ff37561af938c9f225a522900f16752d Mon Sep 17 00:00:00 2001 From: zhaol <15900249928@163.com> Date: Fri, 9 May 2025 08:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=B6=E6=9E=84=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E5=8B=BE=E9=80=89=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../coe/pal/pal/repository/PALRepositoryQueryAPIManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java index 26fd0cc9..a9a93bcd 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java @@ -2735,11 +2735,11 @@ public class PALRepositoryQueryAPIManager { JSONObject object = new JSONObject(); object.put("id", model.getId().trim()); object.put("pid", model.getNewParentId().trim()); - if (removeIds != null && removeIds.contains(model.getId().trim())) { + /*if (removeIds != null && removeIds.contains(model.getId().trim())) { object.put("nocheck", true); } else { object.put("nocheck", false); - } + }*/ object.put("plNo", CoeProcessLevelUtil.getProcessLevelNoByUUId(model.getId(), model.getWsId()).trim()); object.put("name", I18nRes.findValue(CoEConstant.APP_ID, context.getLanguage(), model.getName()).trim() + (statusSuffix && !"default".equals(model.getMethodId()) && !"process.framework".equals(model.getMethodId()) ? "(" + getStatusLabel(model) + ")" : "")); object.put("wsId", model.getWsId());