xiangpei
2024-09-23 32ec64370ad5af7df86d59acdc134e697d936db2
src/main/java/com/mindskip/xzs/repository/UserMapper.java
@@ -165,11 +165,11 @@
    void updateUserDeptAdmin(UpdateDeptAdminVO form);
    void cancelUserDeptAdmin(UpdateDeptAdminVO form);
    void cancelUserDeptAdmin(List<Integer> userIds);
    List<Integer> getDeptAdminIds(@Param("userId") Integer userId);
    List<Department> getDeptAdmins(Integer id);
    List<Department> getDeptAdmins(List<Integer> ids);
    User getUserByExamByTemplateId(ExamPaper examPaper);