解决登录时候获取角色的bug

This commit is contained in:
季圣华
2022-02-23 00:11:48 +08:00
parent afda050e41
commit a523080185
5 changed files with 16 additions and 1 deletions

View File

@@ -18,4 +18,7 @@ public interface RoleMapperEx {
@Param("name") String name);
int batchDeleteRoleByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
Role getRoleWithoutTenant(
@Param("roleId") Long roleId);
}