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 b1e73cb0..43572e07 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 40602e0e..52f1b75c 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 @@ -3816,7 +3816,8 @@ public class CoeProcessLevelWeb extends ActionWeb { data2.add(1, removeModel.getId().trim()); if (mapByExt2.containsKey(data1.toString())) { tmpList.addAll(mapByExt2.get(data1.toString())); - } else if (mapByExt2.containsKey(data2.toString())) { + } + if (mapByExt2.containsKey(data2.toString())) { tmpList.addAll(mapByExt2.get(data2.toString())); } }