exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThExamRecordMapper.java
@@ -15,4 +15,7 @@ @Mapper public interface ThExamRecordMapper extends BaseMapper<ThExamRecord> { List<ThExamRecordVO> listByPage(@Param("query") ThExamRecordQuery query); List<ThExamRecord> getByUuids(@Param("examUuids") List<String> examUuids); Integer insertBatch(@Param("list") List<ThExamRecord> list); }