INSERT INTO tb_user
user_name,
phone,
avatar,
sex,
open_id,
wx_open_id,
password,
create_time,
update_time,
apple_id,
sys_phone,
status,
platform,
jifen,
invitation_code,
inviter_code,
clientid,
zhi_fu_bao_name,
zhi_fu_bao,
wx_id
#{userName},
#{phone},
#{avatar},
#{sex},
#{openId},
#{wxOpenId},
#{password},
#{createTime},
#{updateTime},
#{appleId},
#{sysPhone},
#{status},
#{platform},
#{jifen},
#{invitationCode},
#{inviterCode},
#{clientid},
#{zhiFuBaoName},
#{zhiFuBao},
#{wxId}
update tb_user
set clientid=''
where clientid = #{clientid}