提交 6ff2732b authored 作者: huyufan's avatar huyufan

接单判断

上级 27f5761d
...@@ -83,10 +83,10 @@ public class OrderChildLoanComponent { ...@@ -83,10 +83,10 @@ public class OrderChildLoanComponent {
if (OrderGoodsOverWeightEnum.NO.getCode().equals(overWeight)) { if (OrderGoodsOverWeightEnum.NO.getCode().equals(overWeight)) {
log.info("3.进行标吨判断"); log.info("3.进行标吨判断");
determine(orderGoods.getPendingOrderFreight().multiply(new BigDecimal(35)), ownerInfoFeignVO, orderGoods, childNo, overWeight); determine(quotationDetailVO.getLatestPrice().multiply(new BigDecimal(35)), ownerInfoFeignVO, orderGoods, childNo, overWeight);
} else { } else {
log.info("3.进行超吨判断"); log.info("3.进行超吨判断");
determine(orderGoods.getPendingOrderFreight().multiply(new BigDecimal(50)), ownerInfoFeignVO, orderGoods, childNo, overWeight); determine(quotationDetailVO.getLatestPrice().multiply(new BigDecimal(50)), ownerInfoFeignVO, orderGoods, childNo, overWeight);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论