|
|
@@ -121,6 +121,7 @@
|
|
|
<if test="expiresAt != null">expires_at = #{expiresAt},</if>
|
|
|
<if test="refreshTokenExpiresAt != null">refresh_token_expires_at = #{refreshTokenExpiresAt},</if>
|
|
|
<if test="status != null">status = #{status},</if>
|
|
|
+ <if test="sendUserId != null">send_user_id = #{sendUserId},</if>
|
|
|
update_time = now()
|
|
|
</set>
|
|
|
where id = #{id}
|