| | |
| | | }); |
| | | //批量新增 |
| | | baseMapper.insertBatch(list); |
| | | // long after = System.currentTimeMillis(); |
| | | // System.out.println("时间差"+(after-before)); |
| | | //新增试卷关联信息 |
| | | return examSubjectChoicesVOS; |
| | | } |
| | |
| | | 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); |
| | | } |
| | | } |