|
@@ -173,7 +173,7 @@ func dealTopInformation(where interface{}, timeType int) {
|
|
updateData := map[string]interface{}{
|
|
updateData := map[string]interface{}{
|
|
"tag_topinformation": topinformation,
|
|
"tag_topinformation": topinformation,
|
|
}
|
|
}
|
|
- log.Println("hasNew", " ====== ", biddingID)
|
|
|
|
|
|
+ //log.Println("hasNew", " ====== ", biddingID)
|
|
Mgo.UpdateById("bidding", biddingID, map[string]interface{}{"$set": updateData})
|
|
Mgo.UpdateById("bidding", biddingID, map[string]interface{}{"$set": updateData})
|
|
//ToDo 2.更新es
|
|
//ToDo 2.更新es
|
|
// 存量数据
|
|
// 存量数据
|