Jianghan 1 年之前
父节点
当前提交
3ae49b262d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CMPlatform/history/task.go

+ 1 - 0
CMPlatform/history/task.go

@@ -637,6 +637,7 @@ func (c *Customer) saveBeforeData(historyId string, isFilter, noticeFilter, data
 				<-ch
 				wg.Done()
 			}()
+			delete(tmp, "_id")
 			AssembelSave(tmp, c.IsSearchHosp, c.IsSearchEnps, historyId, c.AppId, isFilter, noticeFilter, dataTable, entId, iContact, xlsxData, c.DataSave)
 		}(tmp)
 		tmp = make(map[string]interface{})