Commit 9f7337c6 authored by 332784038@qq.com's avatar 332784038@qq.com

Merge branch 'inquiry-zhengyi' into dev

parents d961bbcb 2655da92
......@@ -2715,7 +2715,7 @@ public class OrderBusinessServiceImpl extends AbstractService<OrderMapper, Order
}
}
}
if ((type == 6 || type == 10 || type == 12) && isPayAdvanceException) {
if ((type == 6 || type == 10 || (orderDO.getStatus() == 5 && type == 12)) && isPayAdvanceException) {
// TODO 待确定,订单之前处理过预付异常,这时入仓修改产生的新预付异常是否重复生成
List<OrderExceptionDO> orderExceptionDOList =
orderExceptionService.getOrderExceptionByOrderIdAndOrderItemIdAndExceptionKey(orderDO.getOrderId(),
......
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