Browse Source

优化

master
dimengzhe 1 year ago
parent
commit
12694fcc59
  1. 2
      anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loansecondarysalesapply/LoanSecondarySalesApplyService.java

2
anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loansecondarysalesapply/LoanSecondarySalesApplyService.java

@ -537,6 +537,8 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon
BigDecimal prices = BigDecimal.ZERO;
if (loanSecondarySalesCost.getVehPrice().compareTo(loanSecondarySalesCost.getVehicleEvaluation()) > 0) {
prices = loanSecondarySalesCost.getVehPrice();
}else{
prices = loanSecondarySalesCost.getVehicleEvaluation();
}
loanSecondarySalesBiddingDto.setPrice(prices.toString());
loanSecondarySalesBiddingDto.setUserSid(loanSecondarySalesApply.getCreateBySid());

Loading…
Cancel
Save