diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index 9475b8bf..035307da 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ 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 a026c0ed..dc584272 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 @@ -10706,13 +10706,13 @@ public String deleteReply(String replyid, String messageid) { for (PALRepositoryModel palRepositoryModel : sourceList) { String id = palRepositoryModel.getId(); if (L1 != null) { - DBSql.update(String.format(updateSql, L1, id, "Process_Architecture_L1")); + DBSql.update(String.format(updateSql, L1.trim(), id, "Process_Architecture_L1")); } if (L2 != null) { - DBSql.update(String.format(updateSql, L2, id, "Process_Architecture_L2")); + DBSql.update(String.format(updateSql, L2.trim(), id, "Process_Architecture_L2")); } if (L3 != null) { - DBSql.update(String.format(updateSql, L3, id, "Process_Architecture_L3")); + DBSql.update(String.format(updateSql, L3.trim(), id, "Process_Architecture_L3")); } /** * 查看改流程是否关联流程绩效