select id, create_time, update_time, account,top_user, account_type, refer_id, all_pid, password_login, password_pay, share_code, uid, level, min_level, share_num, team_num from t_member insert into t_member create_time, update_time, account, account_type, refer_id, all_pid, password_login, password_pay, share_code, uid, level, min_level, share_num, team_num, #{createTime}, #{updateTime}, #{account}, #{accountType}, #{referId}, #{allPid}, #{passwordLogin}, #{passwordPay}, #{shareCode}, #{uid}, #{level}, #{minLevel}, #{shareNum}, #{teamNum}, update t_member create_time = #{createTime}, update_time = #{updateTime}, account = #{account}, account_type = #{accountType}, refer_id = #{referId}, all_pid = #{allPid}, password_login = #{passwordLogin}, password_pay = #{passwordPay}, share_code = #{shareCode}, uid = #{uid}, level = #{level}, min_level = #{minLevel}, share_num = #{shareNum}, team_num = #{teamNum}, top_user = #{topUser}, where id = #{id} delete from t_member where id in #{id}