自动化立体仓库 - WMS系统
pang.jiabao
2025-04-22 93c73e8c232639d9e10afb7de07453974f9587e0
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -1292,7 +1292,9 @@
        //更新订单明细
        Order order = orderService.selectByNo(orderNo);
        OrderDetl orderDetl = orderDetlService.selectById(plaQty.getOrderDetlId());
        if (orderDetl == null){
            throw new CoolException("订单明细不存在或者不匹配");
        }
        orderDetl.setQty(orderDetl.getQty() + anfme);
        orderDetlService.updateById(orderDetl);
@@ -1342,7 +1344,7 @@
        plaService.updateById(plaNew);
        plaOld.setStatus(GlobleParameter.PLA_STATUS_1);
        plaOld.setQtyAnfme(plaOld.getQtyAnfme() - manPakOut.getCount());
        plaOld.setQtyAnfme(0.0);
        plaService.updateById(plaOld);