Commit 573c8467 authored by 332784038@qq.com's avatar 332784038@qq.com

特价审批业务bug修复

parent ca1ba018
......@@ -5787,6 +5787,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.setClearanceFreightCurrency(specialApplyVO.getClearanceFreightCurrency().intValue());
oi.setClearanceFreightVolume(specialApplyVO.getClearanceFreightVolume());
......
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