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());