自动化立体仓库 - WMS系统
#
zzgtfwq
2025-12-14 8f74af0d32e39326d106cc7fb5dfc8b1d1501abc
src/main/java/com/zy/asrs/service/impl/OrderDetlServiceImpl.java
@@ -94,4 +94,9 @@
    public boolean increaseWorkQty(Long orderId, String matnr, String batch, String brand, String standby1, String standby2, String standby3, String boxType1, String boxType2, String boxType3, Double workQty) {
        return this.baseMapper.increaseWorkQty(orderId, matnr, batch,brand,standby1,standby2,standby3,boxType1,boxType2,boxType3, workQty) > 0;
    }
    @Override
    public List<OrderDetl> selectByOrderNo(String orderNo) {
        return this.baseMapper.selectByOrderNo(orderNo);
    }
}