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