提交 e578d84e authored 作者: 艾庆国's avatar 艾庆国

Merge branch 'refs/heads/v17.5_order_child_sync_broker_20240617' into test

Former-commit-id: 9bd97c12
...@@ -71,10 +71,9 @@ public class SettlementDriverDetailServiceImpl implements SettlementDriverDetai ...@@ -71,10 +71,9 @@ public class SettlementDriverDetailServiceImpl implements SettlementDriverDetai
settlementDriverDetail.setPlatformServiceFeeRate(orderChild.getPlatformServiceFeeRate()==null settlementDriverDetail.setPlatformServiceFeeRate(orderChild.getPlatformServiceFeeRate()==null
? BigDecimal.ZERO ? BigDecimal.ZERO
: orderChild.getPlatformServiceFeeRate()); : orderChild.getPlatformServiceFeeRate());
settlementDriverDetail.setPlatformServiceFee( settlementDriverDetail.setPlatformServiceFee(orderChild.getPlatformServiceFee()==null
settlementDriverDetail.getSettlementFreight() ? BigDecimal.ZERO
.multiply(settlementDriverDetail.getPlatformServiceFeeRate().movePointLeft(2)) : orderChild.getPlatformServiceFee());
.setScale(0, RoundingMode.HALF_UP));
settlementDriverDetailDao.saveEntity(settlementDriverDetail); settlementDriverDetailDao.saveEntity(settlementDriverDetail);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论