提交 8ce0bbb5 authored 作者: 姜文业's avatar 姜文业

Merge branch 'v17.5_order_child_sync_broker_20240617' of…

Merge branch 'v17.5_order_child_sync_broker_20240617' of https://t.clxkj.cn/clx-java/clx-performance into test Former-commit-id: 40f007dc
...@@ -240,7 +240,7 @@ public class OrderChildPoundAuditServiceImpl implements OrderChildPoundAuditSer ...@@ -240,7 +240,7 @@ public class OrderChildPoundAuditServiceImpl implements OrderChildPoundAuditSer
{ {
platformServiceFeeNew = freight platformServiceFeeNew = freight
//平台服务费率 * 100 //平台服务费率 * 100
.multiply(platformServiceFeeRate).movePointLeft(2).setScale(2, RoundingMode.HALF_UP); .multiply(platformServiceFeeRate).movePointLeft(2).setScale(0, RoundingMode.HALF_UP);
changeDeposit = platformServiceFeeNew.subtract(platformServiceFee); changeDeposit = platformServiceFeeNew.subtract(platformServiceFee);
log.info("运单号 {} ,原始冻结金额 {} ,最新冻结金额 {},运费差 {} 运费价格{},费率 {}",orderChild.getChildNo(), log.info("运单号 {} ,原始冻结金额 {} ,最新冻结金额 {},运费差 {} 运费价格{},费率 {}",orderChild.getChildNo(),
platformServiceFee,platformServiceFeeNew,changeDeposit,freightPrice,platformServiceFeeRate platformServiceFee,platformServiceFeeNew,changeDeposit,freightPrice,platformServiceFeeRate
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论