diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysImportFanRecordMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysImportFanRecordMapper.xml
index 5f4a791f3..83e5fa780 100644
--- a/stdiet-custom/src/main/resources/mapper/custom/SysImportFanRecordMapper.xml
+++ b/stdiet-custom/src/main/resources/mapper/custom/SysImportFanRecordMapper.xml
@@ -22,16 +22,15 @@
@@ -73,15 +72,15 @@
where id = #{id}
-
- delete from sys_import_fan_record where id = #{id}
-
+
+ update sys_import_fan_record set del_flag = 1 where id = #{id}
+
-
- delete from sys_import_fan_record where id in
+
+ update sys_import_fan_record set del_flag = 1 where id in
#{id}
-
+
\ No newline at end of file
diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysImportFanWxAccountMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysImportFanWxAccountMapper.xml
index 5f4a791f3..9df906444 100644
--- a/stdiet-custom/src/main/resources/mapper/custom/SysImportFanWxAccountMapper.xml
+++ b/stdiet-custom/src/main/resources/mapper/custom/SysImportFanWxAccountMapper.xml
@@ -2,13 +2,13 @@
-
+
-
+
-
-
-
+
+
+
@@ -16,30 +16,28 @@
-
- select id, import_fan_date, import_fan_channel, import_fan_live, create_time, create_by, update_time, update_by, del_flag from sys_import_fan_record
+
+ select id, import_fan_record_id, import_wx_account_id, import_fan_num, create_time, create_by, update_time, update_by, del_flag from sys_import_fan_wx_account
-
\ No newline at end of file