src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -106,6 +106,9 @@ pltBarcode.setVendor(combMat.getVendor()); pltBarcode.setSource(combMat.getSource()); pltBarcode.setQtyBox(matCode.getStr6()); pltBarcode.setStr3(matCode.getStr3()); pltBarcode.setStr4(matCode.getStr4()); pltBarcode.setStr5(matCode.getStr5()); if (!pltBarcodeService.insert(pltBarcode)) { throw new CoolException("保存数据失败"); }