自动化立体仓库 - WMS系统
#
LSH
2024-01-08 83a2358f858495e9f2e4a4a35d9959b72cfcd573
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -742,8 +742,8 @@
        Date now = new Date();
        long rollUp = now.getTime();
        for (PalletizingCompleteParam.MatList matList:param.getMatLists()){
            long rollUp = new Date().getTime();
            Mat mat = matService.selectByMatnr(matList.getMatnr());
            if (Cools.isEmpty(mat)) {
                throw new CoolException(matList.getMatnr() + "商品档案不存在");
@@ -770,6 +770,7 @@
                    locDetlRullUpDetail.setUuid(rollUp);
                    locDetlRullUpDetail.setRollNo(matDetlList.getBoxNoDetl());
                    locDetlRullUpDetail.setRollWeight(matDetlList.getWeightDetl().toString());
                    locDetlRullUpDetailService.insert(locDetlRullUpDetail);
                }
            }
            if (!waitPakinService.insert(waitPakin)) {