未验证 提交 3a66df2a 编写于 作者: M MaxKey 提交者: GitHub

Merge pull request #46 from 0xcaffebabe/master

fix LOGINURL and LOGINTYPE losing when save or update
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册