mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 09:58:56 +08:00
v 3.2.0 GA
This commit is contained in:
parent
71755aa6aa
commit
b99bfdd434
@ -7,8 +7,7 @@
|
|||||||
from
|
from
|
||||||
mxk_apps_cas_details cd,
|
mxk_apps_cas_details cd,
|
||||||
mxk_apps app
|
mxk_apps app
|
||||||
where app.instid = #{instId}
|
where app.instid = cd.instid
|
||||||
and cd.instid = #{instId}
|
|
||||||
and app.status = 1
|
and app.status = 1
|
||||||
and cd.id = app.id
|
and cd.id = app.id
|
||||||
and (
|
and (
|
||||||
|
|||||||
@ -8,8 +8,7 @@
|
|||||||
from
|
from
|
||||||
mxk_apps_form_based_details fbd,
|
mxk_apps_form_based_details fbd,
|
||||||
mxk_apps app
|
mxk_apps app
|
||||||
where app.instId = #{instId}
|
where app.instId = fbd.instId
|
||||||
and fbd.instId = #{instId}
|
|
||||||
and app.id = #{value}
|
and app.id = #{value}
|
||||||
and fbd.id = #{value}
|
and fbd.id = #{value}
|
||||||
and fbd.id = app.id
|
and fbd.id = app.id
|
||||||
|
|||||||
@ -8,8 +8,7 @@
|
|||||||
from
|
from
|
||||||
mxk_apps_jwt_details jd,
|
mxk_apps_jwt_details jd,
|
||||||
mxk_apps app
|
mxk_apps app
|
||||||
where app.instid = #{instId}
|
where app.instid = jd.instid
|
||||||
and jd.instid = #{instId}
|
|
||||||
and app.id = #{value}
|
and app.id = #{value}
|
||||||
and jd.id = #{value}
|
and jd.id = #{value}
|
||||||
and status = 1
|
and status = 1
|
||||||
|
|||||||
@ -24,8 +24,7 @@
|
|||||||
from
|
from
|
||||||
mxk_apps_saml_v20_details svd,
|
mxk_apps_saml_v20_details svd,
|
||||||
mxk_apps app
|
mxk_apps app
|
||||||
where app.instid = #{instId}
|
where app.instid = svd.instid
|
||||||
and svd.instid = #{instId}
|
|
||||||
and app.id = #{value}
|
and app.id = #{value}
|
||||||
and svd.id = #{value}
|
and svd.id = #{value}
|
||||||
and svd.id = app.id
|
and svd.id = app.id
|
||||||
|
|||||||
@ -8,8 +8,7 @@
|
|||||||
from
|
from
|
||||||
mxk_apps_token_based_details tbd,
|
mxk_apps_token_based_details tbd,
|
||||||
mxk_apps app
|
mxk_apps app
|
||||||
where app.instid = #{instId}
|
where app.instid = tbd.instid
|
||||||
and tbd.instid = #{instId}
|
|
||||||
and app.id = #{value}
|
and app.id = #{value}
|
||||||
and tbd.id = #{value}
|
and tbd.id = #{value}
|
||||||
and tbd.id = app.id
|
and tbd.id = app.id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user