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