智慧保安后台管理-外网
Administrator
2022-06-10 b403ba0d0c43bd02456e6f830d7aec06f0b6885b
src/main/java/org/springblade/modules/simulateexam/mapper/SimulateExamRecordMapper.java
@@ -32,5 +32,5 @@
    * @param list 题目id 集合
    * @return
    */
    List<ExamSubjectChoicesVO> getSimulateExamRefreshList(@Param("list") List<String> list);
    List<ExamSubjectChoicesVO> getSimulateExamRefreshList(@Param("list") List<Long> list);
}