|
|
|
@ -1190,7 +1190,7 @@ public class SynthesisPlanServiceImpl implements SynthesisPlanService {
|
|
|
|
|
synthesisPlanScore.setSynthesisPlanId(IdUtil.randomUUID());
|
|
|
|
|
synthesisPlanScore.setCaseid(caseID);
|
|
|
|
|
synthesisPlanScore.setUserid(userId);
|
|
|
|
|
synthesisPlanScore.setManageMoneyMattersType("财务分析-收支储蓄表");
|
|
|
|
|
synthesisPlanScore.setManageMoneyMattersType("财务分析-现金流量表");
|
|
|
|
|
synthesisPlanScore.setTestCenter(testCenter);
|
|
|
|
|
// 检查并设置 caseAnswer 和 stuAnswer 字段
|
|
|
|
|
synthesisPlanScore.setCaseAnswer(caseScore != null ? String.valueOf(caseScore) : null);
|
|
|
|
|