update chat_user set status = #{status} where user_id = #{userId} update chat_wallet set total_amount = total_amount + #{addBalance}, ava_amount = ava_amount + #{addBalance} where user_id = #{userId} and type = 'USDT' update member_coin_withdraw set state = #{state} where id = #{id} update chat_amount_flow set state = #{state} where user_id = #{userId} and relation_id = #{id} update chat_user set is_robot = #{isRobot} where user_id = #{userId} update chat_user set model_type = #{modelType} where user_id = #{userId} update chat_group set use_robot = #{useRobot} where id = #{id} update chat_group set auto_send = #{autoSend} where id = #{id} update chat_user set create_group = #{createGroup} where user_id = #{userId} update chat_user set nick_name = #{nickName} where user_id = #{userId} update chat_red_bag set overdue_state = #{overdueState} where id = #{id} update chat_user set portrait = #{portrait} where user_id = #{userId} update chat_user set get_boom = #{getBoom} where user_id = #{userId} DELETE from chat_msg where create_time < #{dateTime} DELETE from chat_red_bag where id < #{id} DELETE from chat_red_bag_record where id < #{id}