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);
@ -1266,7 +1265,6 @@ public class SynthesisPlanServiceImpl implements SynthesisPlanService {
synthesisPlanScore.setCaseAnswer(caseScore);
synthesisPlanScore.setStuAnswer(stuScore != null ? String.valueOf(stuScore) : null);
list.add(synthesisPlanScore);
}
}
}
}

Loading…
Cancel
Save