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

批量特价相关业务审批通过bug修复

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