自动化立体仓库 - WMS系统
1
zhangc
2025-01-17 e609c7adf42ef6eea053ff33a8e59abaf0767df6
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 {
@@ -102,7 +102,7 @@
    @ManagerAuth
    public R update(WrkMastDetlLog wrkMastDetlLog) {
        if (Cools.isEmpty(wrkMastDetlLog)) {
            return R.error();
            return R.error("参数缺失");
        }
        wrkMastDetlLogService.updateById(wrkMastDetlLog);
        return R.ok();