|
@@ -52,6 +52,7 @@ func dealPreProcess() {
|
|
|
if len(insert) > 0 {
|
|
|
insert["dataweight"] = 0 //索引数据新增 jy置顶字段
|
|
|
insert["_id"] = insert["id"]
|
|
|
+ insert["fromtable"] = tmp["fromtable"]
|
|
|
//针对中国政府采购网,单独处理
|
|
|
if util.ObjToString(tmp["site"]) == "中国政府采购网" {
|
|
|
objectType := MatchService(tmp)
|