智慧保安后台管理-外网项目备份
guoshilong
2023-12-23 ffba4c1baea0c7cedd2a70cfc56101fb0b58da25
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);
}