src/main/java/com/zy/asrs/service/impl/MatBarcodeServiceImpl.java
@@ -44,6 +44,9 @@ if (matBarcode != null){ throw new CoolException("该物料已经绑定托盘,请勿重复绑定"); } if (mat.getColor().equals("报废")){ throw new CoolException("该物料已报废,请勿绑定"); } MatBarcode mb=new MatBarcode(); mb.setZpallet(waitPakin.getBarcode()); mb.setMatnr(mat.getMatnr());