自动化立体仓库 - WMS系统
LSH
2023-09-26 40c5dcaad03d981dd18d4f3e0c3c577e2ae6e7d3
src/main/java/com/zy/asrs/controller/LocMastController.java
@@ -146,6 +146,7 @@
                if (!locDetlService.delete(new EntityWrapper<LocDetl>().eq("loc_no", locMast.getLocNo()))) {
                    throw new CoolException("服务器错误,请联系管理员");
                }
                locMast.setBarcode("");
            }
        }
        locMast.setModiUser(getUserId());