bugfix
This commit is contained in:
parent
0b7745aa35
commit
65f26666e0
@ -6,7 +6,6 @@ where a.id= ${id}$
|
||||
and a.ownerid = ${ownerid}$
|
||||
"""
|
||||
recs = await sor.sqlExe(sql,ns.copy())
|
||||
debug(f'{recs[0]=}')
|
||||
if len(recs) > 0:
|
||||
r = recs[0]
|
||||
r.username = r.user
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user