|
@@ -29,6 +29,7 @@ func TaskAgency(mapinfo *map[string]interface{}) {
|
|
|
log.Println(gtid, lteid, "不是Objectid,转换_id错误", gtid, lteid)
|
|
|
return
|
|
|
}
|
|
|
+ timenow := time.Now().Unix()
|
|
|
//udp的id区间查询bidding 中标人 中标联系人 中标联系电话
|
|
|
// topscopeclass项目类型-industry行业类型&&topscopeclass联系人项目类型
|
|
|
// (area地区-province省份 city城市-city城市 district区县-district区县)
|
|
@@ -205,7 +206,7 @@ func TaskAgency(mapinfo *map[string]interface{}) {
|
|
|
SourceClient.DestoryMongoConn(SourceClientcc)
|
|
|
log.Println("增量合并执行完成 ok", gtid, lteid, overid)
|
|
|
//发送udp 更新es段
|
|
|
-
|
|
|
+ nextNode("agencyent",timenow)
|
|
|
}
|
|
|
|
|
|
}
|