|
|
@ -1757,12 +1757,12 @@ public class FinCollectionConfirmationService extends MybatisBaseService<FinColl |
|
|
|
if (loanSolutionsDetail.getBondAmounts() != null) { |
|
|
|
bigAdd = bigAdd.add(loanSolutionsDetail.getBondAmounts()); |
|
|
|
} |
|
|
|
if (loanSolutions.getFactoryDiscount() != null) { |
|
|
|
if (loanSolutions.getActualDiscount() != null) { |
|
|
|
bigAdd = bigAdd.add(loanSolutions.getActualDiscount()); |
|
|
|
} |
|
|
|
|
|
|
|
if (loanSolutionsOtherpolicy != null) { |
|
|
|
if (loanSolutionsOtherpolicy.getOtherDiscount() != null) { |
|
|
|
if (loanSolutionsOtherpolicy.getOtherActualDiscount() != null) { |
|
|
|
bigAdd = bigAdd.add(loanSolutionsOtherpolicy.getOtherActualDiscount()); |
|
|
|
} |
|
|
|
} |
|
|
|