This commit is contained in:
2023-06-27 18:08:04 +08:00
parent ae12b7f2ff
commit 5d52e6f166
31 changed files with 813 additions and 140 deletions

View File

@ -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 状态

View File

@ -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 状态