xiatian 2 жил өмнө
parent
commit
15b8f52f09

+ 1 - 1
src/main/java/cn/com/qmth/scancloud/tools/service/impl/ObjectiveQuestionExportTask.java

@@ -165,7 +165,7 @@ public class ObjectiveQuestionExportTask extends AbstractTask {
             if ("888888".equals(data.getPaperType())) {
                 markingCode = "88";
             } else if ("000000".equals(data.getPaperType()) || "999999".equals(data.getPaperType())) {
-                markingCode = "88";
+                markingCode = "00";
             } else {
                 int site = Integer.valueOf(data.getExamNumber().substring(10, 13));
                 if (site % 2 == 0) {