diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java
index 8035a75d..02c22dc0 100755
--- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java
+++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java
@@ -2953,7 +2953,14 @@ public class CoEPALController {
}
-
+ /**
+ * 质量校验功能
+ * @param me
+ * @param sid
+ * @param uuid
+ * @param obj
+ * @return
+ */
@Mapping("com.actionsoft.apps.coe.pal_repository_process_define_Quality_check")
public String defineQualityCheck(UserContext me,String sid,String uuid,String obj) {
CoeProcessLevelWeb web = new CoeProcessLevelWeb(me);
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 fd2c2728..4e996e20 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,12 +2616,12 @@ public class CoeProcessLevelWeb extends ActionWeb {
/****************************************判断如果添加组织架构则修改显示值 by zhaolei*******************************************************************/
String input = null;
- if(attributeModel.getKey().contains("ArchitectureL")) {
+ if(attributeModel.getKey().contains("Process_Architecture")) {
String name = ((JSONObject) repositoryPathData.get(index)).getString("name");
input="";
-
+ index++;
}else{
- input="";
+ input="";
}
//String input = "";