insert into vip_member (member_id ) VALUES (7) ON DUPLICATE KEY UPDATE operator = 'lxy'; 如果存在member_id = 7 的记录则修改operator = ‘lxy’