wangliang 1 жил өмнө
parent
commit
1b13451295

+ 1 - 1
distributed-print-business/src/main/java/com/qmth/distributed/print/business/service/impl/TCFinalScoreServiceImpl.java

@@ -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("");