add
This commit is contained in:
@ -41,7 +41,7 @@ public interface SysUserRoleMapper extends BaseMapper<SysUserRole> {
|
||||
void deleteByUserIds(@Param("list") List<String> userIds);
|
||||
|
||||
/**
|
||||
* 通过userId查询所绑定的角色(id + name)列表
|
||||
* 通过userId查询所绑定的角色(id + dbName)列表
|
||||
*
|
||||
* @param userId userId
|
||||
* @param status 状态
|
||||
|
@ -53,7 +53,7 @@ public interface SysUserRoleService {
|
||||
List<String> selectRoleIdsByUserId(String userId, String status);
|
||||
|
||||
/**
|
||||
* 通过userId查询所绑定的角色(id + name)列表
|
||||
* 通过userId查询所绑定的角色(id + dbName)列表
|
||||
*
|
||||
* @param userId userId
|
||||
* @param status 状态
|
||||
|
Reference in New Issue
Block a user