|
@@ -149,7 +149,7 @@ public class TCPaperStructServiceImpl extends ServiceImpl<TCPaperStructMapper, T
|
|
|
TCPaperStruct tcPaperStructDb = tcPaperStructService.queryByExamIdAndCourseCodeAndPaperNumber(examId, courseCode, paperNumber);
|
|
|
if (Objects.nonNull(tcPaperStructDb) && !tcPaperStructDb.equals(tcPaperStruct)) {
|
|
|
tcFinalScoreService.remove(examId, courseCode, paperNumber);
|
|
|
- trBasicInfoService.clearReportData(examId, courseCode, paperNumber, false);
|
|
|
+ trBasicInfoService.clearReportData(examId, courseCode, paperNumber, true);
|
|
|
}
|
|
|
tcPaperStructService.remove(examId, courseCode, paperNumber);
|
|
|
tcPaperStructService.save(tcPaperStruct);
|