自动化立体仓库 - WMS系统
zhangc
2025-01-08 21357f1d42f995e11e99a12a5f225fe6442b9ad1
src/main/java/com/zy/asrs/controller/WrkMastDetlLogController.java
@@ -59,7 +59,7 @@
                        ioType = "101.出库";
                    }
                    String[] split = ioType.split("\\.");
                    Double l = count.get(ioType);
                    Double l = count.get(split[1]);
                    if (l == null) {
                        count.put(split[1], record.getAnfme());
                    } else {