deason 4 lat temu
rodzic
commit
102b2478e5

+ 2 - 2
src/main/java/cn/com/qmth/dp/examcloud/oe/Task.java

@@ -61,8 +61,8 @@ public class Task {
             // UpdateQuestionScoreService  bean = SpringContextHolder.getBean(UpdateQuestionScoreService.class);
             // UpdateQuestionScoreService  bean = SpringContextHolder.getBean(UpdateQuestionScoreService.class);
             // bean.start();
             // bean.start();
 
 
-        	ExportExamStudentScore bean = SpringContextHolder.getBean(ExportExamStudentScore.class);
-             bean.start();
+        	// ExportExamStudentScore bean = SpringContextHolder.getBean(ExportExamStudentScore.class);
+            //  bean.start();
         } catch (Exception e) {
         } catch (Exception e) {
             log.error("unexpected", e);
             log.error("unexpected", e);
             throw new RuntimeException(e);
             throw new RuntimeException(e);

+ 1 - 2
src/main/java/cn/com/qmth/dp/examcloud/oe/modules/export_exam_student_score/ExportExamStudentScore.java

@@ -51,8 +51,7 @@ public class ExportExamStudentScore {
          */
          */
         HashMap<Long, List<Long>> examMaps = new HashMap<>();
         HashMap<Long, List<Long>> examMaps = new HashMap<>();
 
 
-         examMaps.put(2952L, Lists.list(21564L, 21565L));
-         examMaps.put(2932L, Lists.list(21564L, 21565L));
+         // examMaps.put(2932L, Lists.list(21564L, 21565L));
 
 
         this.export(examMaps);
         this.export(examMaps);
     }
     }