wangchuanjin 1 жил өмнө
parent
commit
11768b2ebc
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      service/clue.go

+ 1 - 2
service/clue.go

@@ -123,9 +123,8 @@ func getEsV(id string, v map[string]interface{}) (string, map[string]interface{}
 	}
 	delete(v, "isCompetitors")
 	delete(v, "msg_id")
-	v["_id"] = v["id_new"]
+	v["_id"] = v["id"]
 	delete(v, "id")
-	delete(v, "id_new")
 	v["details"] = cleanHTML(details)
 	if common.ObjToString(v["publishtime"]) != "" {
 		v["publishtime2"] = common.ObjToString(v["publishtime"])