bugfix
This commit is contained in:
parent
f67e19b405
commit
4a9fc801ab
@ -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}$
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user