教育训练处考试制证系统后端
“djh”
2025-02-17 01abd59918bfc5412e23f685997bc4a4bfdbfc50
exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudyAuthMapper.java
@@ -12,4 +12,7 @@
@Mapper
public interface ThStudyAuthMapper extends BaseMapper<ThStudyAuth> {
    List<String> getUuidByStudyDetaiId(@Param("studyDetaiId") String studyDetaiId);
    List<ThStudyAuth> getByStudyDetaiUuids(@Param("studyUuids") List<String> studyUuids);
    Integer insertBatch(@Param("list") List<ThStudyAuth> list);
}