bugfix
This commit is contained in:
parent
480a01d7cf
commit
b392345fa9
@ -71,7 +71,7 @@ from upapp a left join
|
|||||||
where a.id = ${appid}$"""
|
where a.id = ${appid}$"""
|
||||||
recs = await sor.R('upapp', {'id': upappid})
|
recs = await sor.R('upapp', {'id': upappid})
|
||||||
if len(recs) < 1:
|
if len(recs) < 1:
|
||||||
e = Exception(f'{upappid=}, {callerid=} has not apikey')
|
e = Exception(f'upapp id={upappid} not found, result={recs}')
|
||||||
exception(f'{e}, {format_exc()}')
|
exception(f'{e}, {format_exc()}')
|
||||||
raise e
|
raise e
|
||||||
r = recs[0]
|
r = recs[0]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user