src/main/java/com/zy/common/web/WcsController.java
@@ -60,9 +60,9 @@ if (Cools.isEmpty(param.getBarcode())) { return R.error("条码不能为空"); } mat = matService.selectByMatnr(param.getBarcode()); mat = matService.selectByBarcode(param.getBarcode()); if (Cools.isEmpty(mat)) { return R.error(param.getBarcode() + "编码商品资料不存在,请先添加"); return R.error(param.getBarcode() + "条码商品资料不存在,请先添加!"); } // waitPakins = waitPakinService.selectList(new EntityWrapper<WaitPakin>().eq("zpallet", param.getBarcode())); // if (Cools.isEmpty(waitPakins)) {