mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
Update AppsMapper.xml
This commit is contained in:
parent
3a66df2acd
commit
f1d25865c3
@ -73,7 +73,10 @@
|
||||
createdby,
|
||||
createddate,
|
||||
|
||||
status
|
||||
status,
|
||||
|
||||
logouturl,
|
||||
logouttype
|
||||
)values(
|
||||
#{id},
|
||||
#{name},
|
||||
@ -155,8 +158,8 @@
|
||||
|
||||
status = #{status},
|
||||
|
||||
LOGOUTURL = #{logoutUrl},
|
||||
LOGOUTTYPE = #{logoutType}
|
||||
logouturl = #{logoutUrl},
|
||||
logouttype = #{logoutType}
|
||||
where
|
||||
ID = #{id}
|
||||
</update>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user