xiaoCJ 4 months ago
parent abc0fc256b
commit 7752bf5d88

@ -1255,7 +1255,6 @@ public class SynthesisPlanServiceImpl implements SynthesisPlanService {
String caseScore = scoreGetter.apply(caseFinancialRatiosWithBLOBs);
String stuScore = scoreGetter.apply(stuCaseFinancialRatiosWithBLOB);
if (StringUtils.isNotBlank(caseScore)) {
SynthesisPlanScoreWithBLOBs synthesisPlanScore = new SynthesisPlanScoreWithBLOBs();
synthesisPlanScore.setSynthesisPlanId(IdUtil.randomUUID());
synthesisPlanScore.setCaseid(caseID);
@ -1269,7 +1268,6 @@ public class SynthesisPlanServiceImpl implements SynthesisPlanService {
}
}
}
}
private void cashFlows(String userId, String
caseID, List<CaseCashFlow> rightCashFlows, List<CaseCashFlow> stuCaseCashFlows,

Loading…
Cancel
Save