|
|
@ -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()); |
|
|
|