mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
Merge pull request #46 from 0xcaffebabe/master
fix LOGINURL and LOGINTYPE losing when save or update
This commit is contained in:
commit
3a66df2acd
@ -109,7 +109,10 @@
|
||||
#{createdBy},
|
||||
#{createdDate} ,
|
||||
|
||||
#{status}
|
||||
#{status},
|
||||
|
||||
#{logoutUrl},
|
||||
#{logoutType}
|
||||
)
|
||||
</insert>
|
||||
|
||||
@ -150,7 +153,10 @@
|
||||
modifiedby = #{modifiedBy},
|
||||
modifieddate = #{modifiedDate},
|
||||
|
||||
status = #{status}
|
||||
status = #{status},
|
||||
|
||||
LOGOUTURL = #{logoutUrl},
|
||||
LOGOUTTYPE = #{logoutType}
|
||||
where
|
||||
ID = #{id}
|
||||
</update>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user