|
@@ -294,7 +294,8 @@ public class TRBasicInfoController {
|
|
|
List<TRBasicInfo> trBasicInfoList = trBasicInfoService.queryBasicInfoAll(trBasicInfoDb.getCultureProgramId(), trBasicInfoDb.getCourseId(), trBasicInfoDb.getPaperNumber(), trBasicInfoDb.getExamId());
|
|
|
for (TRBasicInfo t : trBasicInfoList) {
|
|
|
ReportCourseBasicInfoDto reportCourseBasicInfoDto = trBasicInfoService.setBasicInfo(trBasicInfo, obeCourseOutline, markPaper, obeCourseWeightResult);
|
|
|
- t.updateInfo(trBasicInfo, reportCourseBasicInfoDto, sysUser.getId());
|
|
|
+ t.setCourseSuggest(trBasicInfo.getCourseSuggest());
|
|
|
+ t.updateInfo(t, reportCourseBasicInfoDto, sysUser.getId());
|
|
|
}
|
|
|
trBasicInfoService.saveOrUpdateBatch(trBasicInfoList);
|
|
|
} catch (Exception e) {
|