mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
fix LOGINURL and LOGINTYPE losing when save or update
This commit is contained in:
parent
4157302d22
commit
528812e499
@ -109,7 +109,10 @@
|
|||||||
#{createdBy},
|
#{createdBy},
|
||||||
#{createdDate} ,
|
#{createdDate} ,
|
||||||
|
|
||||||
#{status}
|
#{status},
|
||||||
|
|
||||||
|
#{logoutUrl},
|
||||||
|
#{logoutType}
|
||||||
)
|
)
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
@ -150,7 +153,10 @@
|
|||||||
modifiedby = #{modifiedBy},
|
modifiedby = #{modifiedBy},
|
||||||
modifieddate = #{modifiedDate},
|
modifieddate = #{modifiedDate},
|
||||||
|
|
||||||
status = #{status}
|
status = #{status},
|
||||||
|
|
||||||
|
LOGOUTURL = #{logoutUrl},
|
||||||
|
LOGOUTTYPE = #{logoutType}
|
||||||
where
|
where
|
||||||
ID = #{id}
|
ID = #{id}
|
||||||
</update>
|
</update>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user