bugfix
This commit is contained in:
parent
b0e17b7426
commit
ceffe2d0ec
@ -18,7 +18,7 @@ class UserPermisions:
|
|||||||
from rolepermission a, permission b
|
from rolepermission a, permission b
|
||||||
where a.permid = b.id
|
where a.permid = b.id
|
||||||
order by a.orgtypeid, a.name"""
|
order by a.orgtypeid, a.name"""
|
||||||
recs = sor.sqlExe(sql_all, {})
|
recs = await sor.sqlExe(sql_all, {})
|
||||||
for r in recs:
|
for r in recs:
|
||||||
k = 'anonymous'
|
k = 'anonymous'
|
||||||
if r.orgtypeid:
|
if r.orgtypeid:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user