Commit 24533138 authored by 332784038@qq.com's avatar 332784038@qq.com Committed by wux

特价审批业务bug修复

parent f800b74e
......@@ -5768,6 +5768,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
orderItemDOList = orderItemDOList.stream().peek(oi -> {
if (Objects.equals(oi.getOrderItemId(), specialApplyVO.getOrderItemId())) {
// 需要标记为固定成交单价, 且需要重置批量加价金额为0
oi.setCharging(specialApplyVO.getCharging());
oi.setOneClearanceFreight(specialApplyVO.getClearanceFreight());
oi.setOneSeaFreight(specialApplyVO.getFreight());
oi.setMarkupSeaFreight(BigDecimal.ZERO);
......
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