select id, import_fan_record_id, import_wx_account_id, import_fan_num,import_time, create_time, create_by, update_time, update_by, del_flag from sys_import_fan_wx_account
insert into sys_import_fan_wx_account
import_fan_record_id,
import_wx_account_id,
import_fan_num,
import_time,
create_time,
create_by,
update_time,
update_by,
del_flag,
#{importFanRecordId},
#{importWxAccountId},
#{importFanNum},
#{importTime},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{delFlag},
update sys_import_fan_wx_account
import_fan_record_id = #{importFanRecordId},
import_wx_account_id = #{importWxAccountId},
import_fan_num = #{importFanNum},
import_time = #{importTime},
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
del_flag = #{delFlag},
where id = #{id}
update sys_import_fan_wx_account set del_flag = 1 where id = #{id}
update sys_import_fan_wx_account set del_flag = 1 where id in
#{id}
update sys_import_fan_wx_account set del_flag = 1 where import_fan_record_id in
#{id}