|
|
@ -1870,9 +1870,9 @@ public class FinCollectionConfirmationService extends MybatisBaseService<FinColl |
|
|
|
loanDiffDetailssDto.setMakeLoan(new BigDecimal(finUncollectedReceivablesDetailed.getReveivableMoney())); |
|
|
|
loanDiffDetailssDto.setRealityLoan(finSelectedReceivablesDetailed.getSubscriptionMoney()); |
|
|
|
loanDiffDetailssDto.setDiffLoan(decimalAll); |
|
|
|
loanDiffDetailssDto.setMakeDiscount(loanSolutions.getFactoryDiscount()); |
|
|
|
loanDiffDetailssDto.setMakeDiscount(loanSolutions.getActualDiscount()); |
|
|
|
loanDiffDetailssDto.setMakeLoanMargin(loanSolutions.getBondAmount()); |
|
|
|
loanDiffDetailssDto.setMakeOtherDiscount(loanSolutionsOtherpolicy.getOtherDiscount()); |
|
|
|
loanDiffDetailssDto.setMakeOtherDiscount(loanSolutionsOtherpolicy.getOtherActualDiscount()); |
|
|
|
loanDiffDetailssDto.setReceivedPremium(loanSolutionsDetail.getProxyAccidentPremium()); |
|
|
|
loanDiffDetailssDto.setVinNo(busSalesOrderVehicle.getLinkNo()); |
|
|
|
loanDiffDetailssDto.setVinSid(busSalesOrderVehicle.getLinkSid()); |
|
|
|