From ceffe2d0ec17e392b2fffabe71d09e1283ee8a91 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 20 Mar 2026 17:21:12 +0800 Subject: [PATCH] bugfix --- rbac/userperm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbac/userperm.py b/rbac/userperm.py index d8166ee..642307b 100644 --- a/rbac/userperm.py +++ b/rbac/userperm.py @@ -18,7 +18,7 @@ class UserPermisions: from rolepermission a, permission b where a.permid = b.id order by a.orgtypeid, a.name""" - recs = sor.sqlExe(sql_all, {}) + recs = await sor.sqlExe(sql_all, {}) for r in recs: k = 'anonymous' if r.orgtypeid: