优化常量设置
This commit is contained in:
parent
518aac4a2e
commit
e6dc9448fd
@ -111,7 +111,7 @@ namespace ZR.Admin.WebApi.Extensions
|
|||||||
var user = JwtUtil.GetLoginUser(App.HttpContext);
|
var user = JwtUtil.GetLoginUser(App.HttpContext);
|
||||||
if (user == null) return;
|
if (user == null) return;
|
||||||
//管理员不过滤
|
//管理员不过滤
|
||||||
if (user.RoleIds.Any(f => f.Equals("admin"))) return;
|
if (user.RoleIds.Any(f => f.Equals(GlobalConstant.AdminRole))) return;
|
||||||
var db = DbScoped.SugarScope.GetConnectionScope(configId);
|
var db = DbScoped.SugarScope.GetConnectionScope(configId);
|
||||||
foreach (var role in user.Roles.OrderBy(f => f.DataScope))
|
foreach (var role in user.Roles.OrderBy(f => f.DataScope))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user