|
@@ -86,7 +86,7 @@ public class TCFinalScoreServiceImpl extends ServiceImpl<TCFinalScoreMapper, TCF
|
|
|
long start = System.currentTimeMillis();
|
|
|
Map<String, String> messageMap = new LinkedHashMap<>();
|
|
|
try {
|
|
|
-// MarkPaper markPaper = printCommonService.scoreImportExcelVaild(file, examId, null, paperNumber, courseId);
|
|
|
+ printCommonService.scoreImportExcelVaild(file, examId, null, paperNumber, courseId);
|
|
|
Double totalScore = 100d;
|
|
|
|
|
|
StringJoiner errorData = new StringJoiner("");
|