fix LOGINURL and LOGINTYPE losing when save or update

This commit is contained in:
cjiping 2021-04-25 14:51:11 +08:00
parent 4157302d22
commit 528812e499

View File

@ -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>