update applet_users set is_del=1 where id=#{id}
delete from applet_users where id=#{id}
update applet_users
id = #{id},
access_token = #{access_token},
access_token_rtos = #{access_token_rtos},
users_name = #{users_name},
wx_openid = #{wx_openid},
wx_unionid = #{wx_unionid},
wx_nick = #{wx_nick},
wx_sex = #{wx_sex},
wx_head_sculpture = #{wx_head_sculpture},
tel_number = #{tel_number},
id_code = #{id_code},
users_state = #{users_state},
create_time = #{create_time}::timestamp,
is_del = #{is_del},
update_time = current_timestamp
where id = #{id}