mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-07 01:41:43 +08:00
(feature)(auth)Add last_login field to User.
This commit is contained in:
@@ -136,6 +136,9 @@
|
||||
<if test="isAdmin != null">
|
||||
is_admin = #{isAdmin,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="lastLogin != null">
|
||||
last_login = #{lastLogin,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
</set>
|
||||
where id = #{id,jdbcType=BIGINT}
|
||||
</update>
|
||||
|
||||
Reference in New Issue
Block a user