提交 80b8e5e4 authored 作者: huyufan's avatar huyufan

百分百预付不需要考虑借款账户

上级 795816fe
...@@ -192,7 +192,7 @@ public class OrderChildLoanComponent { ...@@ -192,7 +192,7 @@ public class OrderChildLoanComponent {
OwnerQuotationDetailVO quotationDetailVO = orderFeign.getQuotationByOrderNo(settlementDriverDetail.getOrderNo()).getData(); OwnerQuotationDetailVO quotationDetailVO = orderFeign.getQuotationByOrderNo(settlementDriverDetail.getOrderNo()).getData();
BigDecimal freightFreezeRate = quotationDetailVO.getFreightFreezeRate(); BigDecimal freightFreezeRate = quotationDetailVO.getFreightFreezeRate();
if (freightFreezeRate.compareTo(BigDecimal.ONE) == 0) { if (freightFreezeRate.compareTo(new BigDecimal(100)) == 0) {
//百分百预付不需要考虑借款账户 //百分百预付不需要考虑借款账户
log.info("1.1百分百预付不需要考虑借款账户"); log.info("1.1百分百预付不需要考虑借款账户");
return; return;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论