自动化立体仓库 - WMS系统
skyouc
1 天以前 ddaf128bd75d0d46f1c70986bc6690a42c8e6d65
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -1868,7 +1868,6 @@
                if (!basStationDetlService.insert(basStationDetl)) {
                    throw new CoolException("插入明细失败");
                }
            } else {
                BigDecimal anfme = new BigDecimal(basStationDetl.getAnfme().toString()).add(combMat.getWorkQty());
                basStationDetl.setAnfme(anfme.doubleValue());