|
|
@ -237,7 +237,8 @@ public class LoanFinPolicyRecordApplyService extends MybatisBaseService<LoanFinP |
|
|
|
LoanFinPolicy loanFinPolicy = loanFinPolicyService.fetchBySid(psid); |
|
|
|
BeanUtil.copyProperties(loanFinPolicy, initVo); |
|
|
|
initVo.setPolicySid(psid); |
|
|
|
List<LoanFinOtherPolicy> otherPolicy = loanFinOtherPolicyService.getOtherPolicyByMainSid(psid); |
|
|
|
// List<LoanFinOtherPolicy> otherPolicy = loanFinOtherPolicyService.getOtherPolicyByMainSid(psid);
|
|
|
|
List<LoanFinOtherPolicy> otherPolicy = loanFinOtherPolicyService.fetchByMainSid(psid); |
|
|
|
otherPolicy.removeAll(Collections.singleton(null)); |
|
|
|
initVo.setShowOtherPolicy(!otherPolicy.isEmpty()); |
|
|
|
for (LoanFinOtherPolicy loanFinOtherPolicy : otherPolicy) { |
|
|
|