自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-08 8b2fbb38c76c670c1db5e4d2ac3d874503cbe5e2
src/main/java/com/zy/common/web/WcsController.java
@@ -61,7 +61,9 @@
                return R.error("条码不能为空");
            }
            mat = matService.selectByMatnr(param.getBarcode());
            if (Cools.isEmpty(mat)) {
                return R.error(param.getBarcode() + "条码商品资料不存在,请先添加!");
            }
//            waitPakins = waitPakinService.selectList(new EntityWrapper<WaitPakin>().eq("zpallet", param.getBarcode()));
//            if (Cools.isEmpty(waitPakins)) {
//                WrkMast wrkMast = wrkMastService.selectByBarcode(param.getBarcode());