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