UPDATE user SET last_active_time = NOW(), update_time = NOW() WHERE id = #{userId} AND is_deleted = 0