doum
2026-05-22 23b57fc7eab3defc741a0e54e3dac939ad49f13f
server/system_service/src/main/java/com/doumee/dao/system/SystemRoleMapper.java
@@ -12,14 +12,14 @@
    /**
     * 查询角色列表
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    List<SystemRoleListVO> selectManageList(@Param("dto") QuerySystemRoleDTO dto, @Param("orderByClause") String orderByClause);
    /**
     * 根据用户ID查询
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    List<SystemRole> selectByUserId(Integer userId);