智慧保安后台管理-外网项目备份
guoshilong
2023-12-25 9eb58eb6f28eeed56e562d7c22384edde034a262
src/main/java/org/springblade/modules/exam/service/impl/ExamPaperServiceImpl.java
@@ -206,8 +206,6 @@
         });
         //批量新增
         baseMapper.insertBatch(list);
//         long after = System.currentTimeMillis();
//         System.out.println("时间差"+(after-before));
         //新增试卷关联信息
         return examSubjectChoicesVOS;
      }
@@ -420,4 +418,14 @@
   public List<ExamSubjectChoicesVO> simulateQueryRandomSubjectList() {
      return baseMapper.simulateQueryRandomSubjectList();
   }
   @Override
   public List<ExamPaperVO> getList(ExamPaperVO examPaperVO) {
      return baseMapper.getList(examPaperVO);
   }
   @Override
   public ExamPaperVO getLatest(ExamPaperVO examPaperVO) {
      return baseMapper.getLatest(examPaperVO);
   }
}