|
@@ -213,6 +213,7 @@ func (d *DataExport) SieveData() {
|
|
|
if msgCount > 20000 {
|
|
|
msgCount = 20000
|
|
|
}
|
|
|
+ dataexport.GetMatchKey(scd, list)
|
|
|
_res["data"] = map[string]interface{}{
|
|
|
"list": subUrl(list, dataType),
|
|
|
"_id": util.SE.Encode2Hex(_id),
|
|
@@ -544,7 +545,6 @@ func (d *DataExport) PreviewData(source, _id string) error {
|
|
|
//格式化字段
|
|
|
res_screen := dataexport.ScreenData(res, dataType, 20, kws)
|
|
|
list := dataexport.FormatExportData(public.Mgo_Ent, &res_screen, config.Sysconfig["webdomain"].(string), dataType, true)
|
|
|
- dataexport.GetMatchKey(scd, list)
|
|
|
|
|
|
d.T["data"] = subUrl(list, dataType)
|
|
|
d.T["dataType"] = dataType
|