Commit 43cee1e9 authored by 332784038@qq.com's avatar 332784038@qq.com

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

parent 95cf6b00
......@@ -5705,6 +5705,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.setClearanceFreightCurrency(batchApplyOrderItemDetailVO.getClearanceFreightCurrency().intValue());
oi.setClearanceFreightVolume(batchApplyOrderItemDetailVO.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