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}, #{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>