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++;