src/main/java/com/zy/common/web/WcsController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/common/web/WcsController.java
@@ -60,7 +60,7 @@ if (Cools.isEmpty(param.getBarcode())) { return R.error("条码不能为空"); } mat = matService.selectByBarcode(param.getBarcode()); mat = matService.selectByMatnr(param.getBarcode()); if (Cools.isEmpty(mat)) { return R.error(param.getBarcode() + "条码商品资料不存在,请先添加!"); }