| | |
| | | |
| | | import com.mindskip.xzs.domain.ExamPaperAnswer; |
| | | import com.mindskip.xzs.domain.ExamTemplatesUserCount; |
| | | import com.mindskip.xzs.domain.ScoreTemplatesUserCount; |
| | | import com.mindskip.xzs.domain.other.KeyValue; |
| | | import com.mindskip.xzs.domain.vo.ScoreTemplatesCountVO; |
| | | import com.mindskip.xzs.domain.vo.TeamplatesUserExcelVO; |
| | | import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradePageRequestVM; |
| | | import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradeQuery; |
| | | import com.mindskip.xzs.viewmodel.student.exampaper.ExamPaperAnswerPageVM; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | List<ExamPaperAnswer> selectByPaperName(@Param("paperName") String paperName); |
| | | |
| | | List<ExamPaperAnswer> getByExamPaperIdAndUserId(@Param("examTemplatesUserCount")List<ExamTemplatesUserCount> examTemplatesUserCount); |
| | | |
| | | List<ExamPaperAnswer> adminPageByGrade(ExamPaperGradePageRequestVM grade); |
| | | |
| | | List<ExamPaperAnswer> getByScorePaperIdAndUserId(@Param("scoreTemplatesUserCounts")List<ScoreTemplatesUserCount> scoreTemplatesUserCounts); |
| | | |
| | | List<ExamPaperAnswer> getByCreatUser(@Param("query") ExamPaperGradeQuery query); |
| | | |
| | | List<ExamPaperAnswer> getByExamPaperIds(@Param("ids")List<Integer> ids); |
| | | |
| | | List<ExamPaperAnswer> getResult(@Param("list")List<Integer> list); |
| | | |
| | | List<TeamplatesUserExcelVO> getByTimeOne(); |
| | | |
| | | |
| | | |
| | | |
| | | } |