Commit 1dab3fa5 authored by lanbaoming's avatar lanbaoming

2024-06-25-3提交

parent 55d166f5
...@@ -2493,9 +2493,24 @@ public class OrderBusinessServiceImpl extends AbstractService<OrderMapper, Order ...@@ -2493,9 +2493,24 @@ public class OrderBusinessServiceImpl extends AbstractService<OrderMapper, Order
this.createNoCanShipmentChannelException(orderDO, this.createNoCanShipmentChannelException(orderDO,
event, item, warehouseInInfoVO, event, item, warehouseInInfoVO,
type, orderNoCanShipmentChannelExceptionDOList); type, orderNoCanShipmentChannelExceptionDOList);
} else {
String s = orderDO.getOrderNo() +
"不可出渠道异常逻辑点 noQuoteOrAutomaticNoQuote:" +
noQuoteOrAutomaticNoQuote;
if (Objects.isNull(warehouseInInfoVO)) {
s += " warehouseInInfoVO 为空,";
}
s += "getCartonsNum:" +
warehouseInInfoVO.getCartonsNum();
zTest m = new zTest();
m.setTestname(s);
m.setCreatedate(new Date());
zTestMapper.insert(m);
} }
} else { } else {
//海运也需要判断单询价异常逻辑 lanbm 2024-06-17 add //海运也需要判断单询价异常逻辑
OrderItemDO item = OrderItemDO item =
orderItemMapper.selectById( orderItemMapper.selectById(
orderItemDO.getOrderItemId()); orderItemDO.getOrderItemId());
......
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