Merge pull request #46 from 0xcaffebabe/master

fix LOGINURL and LOGINTYPE losing when save or update
This commit is contained in:
MaxKey 2021-04-25 15:43:37 +08:00 committed by GitHub
commit 3a66df2acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>