This commit is contained in:
yumoqing 2026-03-20 17:21:12 +08:00
parent b0e17b7426
commit ceffe2d0ec

View File

@ -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: