This commit is contained in:
yumoqing 2025-09-01 14:20:26 +08:00
parent f67e19b405
commit 4a9fc801ab

View File

@ -63,18 +63,6 @@ a.ownerid as appownerid,
a.baseurl, a.baseurl,
a.secretkey, a.secretkey,
b.apikey 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,
a.baseurl,
a.secretkey,
b.apikey
from upapp a left join from upapp a left join
(select * from upappkey (select * from upappkey
where upappid=${appid}$ where upappid=${appid}$