龚焕茏
2024-07-19 2d928646669fe6026c7d63f6b409d9b2790aa65e
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);