src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -166,6 +166,7 @@ pltBarcode.setAllWeight(matCode.getWeight()*pltBarcode.getQty()+30); pltBarcode.setVendor(combMat.getVendor()); pltBarcode.setSource(combMat.getSource()); pltBarcode.setQtyBox(matCode.getStr6()); if (!pltBarcodeService.insert(pltBarcode)) { throw new CoolException("保存数据失败"); }