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 184c8c81..abafb1da 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/util/CoeProcessLevelUtil.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/util/CoeProcessLevelUtil.java index 84392714..9c497b9c 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/util/CoeProcessLevelUtil.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/util/CoeProcessLevelUtil.java @@ -2157,8 +2157,9 @@ public class CoeProcessLevelUtil { } PALMethodModel methodModel = PALMethodCache.getPALMethodModelById(m.getMethodId()); List groups = methodModel.getGroup(); - PALRepositoryPropertyDao dao = new PALRepositoryPropertyDao(); - List propertys = dao.getPropertysByPlid(plModel.getId(), null); +// PALRepositoryPropertyDao dao = new PALRepositoryPropertyDao(); +// List propertys = dao.getPropertysByPlid(plModel.getId(), null); + List propertys = PALRepositoryPropertyCache.getPropertyByPropertyId(plModel.getId()); // 排序 propertys.sort((p1, p2) -> (sortAttrMap.containsKey(p1.getPropertyId()) ? sortAttrMap.get(p1.getPropertyId()) : 0) - (sortAttrMap.containsKey(p2.getPropertyId()) ? sortAttrMap.get(p2.getPropertyId()) : 0));