src/main/java/com/mindskip/xzs/repository/SubjectMapper.java
@@ -23,4 +23,6 @@ List<Subject> selectByIds(@Param("ids") Integer[] ids); List<String> selectSubjectName(@Param("ids") List<Integer> ids); String selectSubjectNameById(Integer id); }