|
|
@ -2284,6 +2284,7 @@ public class FinCollectionConfirmationService extends MybatisBaseService<FinColl |
|
|
|
// loanDiffDetailssDto.setMakeLoan(new BigDecimal(finUncollectedReceivablesDetailed.getReveivableMoney()));
|
|
|
|
loanDiffDetailssDto.setMakeLoan(new BigDecimal(currentReceivableMoney).add(finSelectedReceivablesDetailed.getSubscriptionMoney())); |
|
|
|
loanDiffDetailssDto.setRealityLoan(finSelectedReceivablesDetailed.getSubscriptionMoney()); |
|
|
|
decimalAll = loanDiffDetailssDto.getMakeLoan().subtract(finSelectedReceivablesDetailed.getSubscriptionMoney()); |
|
|
|
loanDiffDetailssDto.setDiffLoan(decimalAll); |
|
|
|
loanDiffDetailssDto.setMakeDiscount(loanSolutions.getActualDiscount()); |
|
|
|
loanDiffDetailssDto.setMakeLoanMargin(loanSolutions.getBondAmount()); |
|
|
|