This commit is contained in:
yumoqing 2025-08-29 16:29:56 +08:00
parent 4bb114ce43
commit 0b7745aa35

View File

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