Commit 909ce935 authored by lanbaoming's avatar lanbaoming

2024-06-26-5提交

parent a117a220
......@@ -2595,7 +2595,7 @@ public class OrderBusinessServiceImpl extends AbstractService<OrderMapper, Order
// 判断空运已入仓订单状态如果是默认出货状态0,且无异常、无审批,那么标记为可出
this.airShipmentStateUpdate(type, newFeeDtoList, newOrder);
setWareHouseIsZero(orderDO);
//setWareHouseIsZero(orderDO);
}
......
......@@ -375,6 +375,7 @@ public class OrderSpecialNeedServiceImpl extends AbstractService<OrderSpecialNee
/*
if (type == 1 && orderSpecialNeed.getPayType() != null
&& orderSpecialNeed.getPayType() != 4) {*/
if (type == 1 && orderSpecialNeed.getPayType() != null)
{
//完成入仓可多次,故先删除掉已有应收再重新生成
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment