src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -1830,6 +1830,7 @@ .setBarcode(params.getTarBarcode()) .setZpallet(params.getTarBarcode()) .setBatch(combMat.getBatch()) .setSuppCode(combMat.getStandby1()) .setStandby1(combMat.getStandby1()) .setAnfme(combMat.getWorkQty().doubleValue()); if (!basStationDetlService.insert(basStationDetl)) { @@ -1842,7 +1843,6 @@ if (!basStationDetlService.updateById(basStationDetl)) { throw new CoolException("更新明细数据失败"); } } } if (basStation.getLocSts().equals(LocStsType.LOC_STS_TYPE_D.type)