src/main/java/com/zy/asrs/controller/OutController.java
@@ -70,7 +70,7 @@ } String cstateid = null; Object cstateidObj = param.get("cstateid"); if (!Cools.isEmpty()) { if (!Cools.isEmpty(cstateidObj)) { cstateid = String.valueOf(cstateidObj); } @@ -164,6 +164,10 @@ HashMap<String, Double> locAnfmeMap = new HashMap<>(); HashMap<String, List<LocDetl>> map = new HashMap<>(); for (LocDetl locDetl : locDetls) { if (disableCstateidList.contains(locDetl.getCstateid())) { continue; } if (map.containsKey(locDetl.getLocNo())) { List<LocDetl> list = map.get(locDetl.getLocNo()); list.add(locDetl);