From 4a9fc801abc1be60293905b0ddb15f3743c04655 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 1 Sep 2025 14:20:26 +0800 Subject: [PATCH] bugfix --- uapi/appapi.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/uapi/appapi.py b/uapi/appapi.py index d10bf9c..1fd6b41 100644 --- a/uapi/appapi.py +++ b/uapi/appapi.py @@ -57,18 +57,6 @@ async def get_userapikey(sor, upappid, callerid): None: this orgid has not gotton apikey from upapp dict if apikey and upapp infos """ - sql = """select -a.myappid, -a.ownerid as appownerid, -a.baseurl, -a.secretkey, -b.apikey -from upapp a left join - (select * from upappkey - where upappid=${appid}$ - and ownerid = ${ownerid}$) b - on a.id = b.upappid -where a.id = ${appid}$""" sql = """select a.myappid, a.ownerid as appownerid,