|
|
@ -1736,8 +1736,8 @@ public class CaseServiceImpl implements CaseService {
|
|
|
|
if (caseInvestmentPlans != null && !caseInvestmentPlans.isEmpty()) {
|
|
|
|
if (caseInvestmentPlans != null && !caseInvestmentPlans.isEmpty()) {
|
|
|
|
CaseInvestmentPlan investmentPlan = caseInvestmentPlans.get(0);
|
|
|
|
CaseInvestmentPlan investmentPlan = caseInvestmentPlans.get(0);
|
|
|
|
//当前客户所处家庭生命周期
|
|
|
|
//当前客户所处家庭生命周期
|
|
|
|
if (investmentPlan.getLifeCycleId() != null) {
|
|
|
|
if (StringUtils.isNotBlank(investmentPlan.getLifeCycleId())) {
|
|
|
|
if (stuInvestmentPlan.getLifeCycleId() == null || !stuInvestmentPlan.getLifeCycleId().equals(investmentPlan.getLifeCycleId())) {
|
|
|
|
if (StringUtils.isNotBlank(stuInvestmentPlan.getLifeCycleId()) || !stuInvestmentPlan.getLifeCycleId().equals(investmentPlan.getLifeCycleId())) {
|
|
|
|
wrongCount += 1;
|
|
|
|
wrongCount += 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|