This commit is contained in:
yumoqing 2025-09-01 14:41:35 +08:00
parent 480a01d7cf
commit b392345fa9

View File

@ -71,7 +71,7 @@ from upapp a left join
where a.id = ${appid}$"""
recs = await sor.R('upapp', {'id': upappid})
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()}')
raise e
r = recs[0]