bugfix
This commit is contained in:
parent
c3fd31fbfe
commit
ac69653301
@ -46,7 +46,7 @@ where a.apisetid = b.apisetid
|
||||
and b.id = ${uappid}$"""
|
||||
recs = await sor.sqlExe(sql, {'upappid': upappid, 'apiname': apiname})
|
||||
if len(recs) == 0:
|
||||
debug(f'{upappid=}, {apiname=} uapi not found')
|
||||
debug(f'{sql=},{upappid=}, {apiname=} uapi not found')
|
||||
return None
|
||||
return recs[0]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user