@@ -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{})