From e21de7c0fc6ee9078e0024f260a25bb353644c62 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Mon, 4 Jul 2022 23:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9E=B6=E6=9E=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java index b95bc928..b4033605 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java @@ -2616,7 +2616,7 @@ public class CoeProcessLevelWeb extends ActionWeb { /****************************************判断如果添加组织架构则修改显示值 by zhaolei*******************************************************************/ String input = null; - if(attributeModel.getKey().contains("Process_Architecture") && repositoryPathData.size()!=index) { + if(attributeModel.getKey().contains("Process_Architecture") && (repositoryPathData.size()!=index)) { String name = ((JSONObject) repositoryPathData.get(index)).getString("name"); input=""; index++;