@@ -231,6 +231,13 @@ func getHot() {
if biddingData == nil {
continue
}
+
+ toptype := util.ObjToString(biddingData["toptype"])
+ //拟建和采购意向数据过滤
+ if toptype == "拟建" || toptype == "采购意向" {
+ continue
+ }
newCount++
insert := map[string]interface{}{
"bidding_id": k,