|
@@ -789,7 +789,7 @@ func pcVRT(sid, industry, content string, isPayUser bool) (po, bo, wo []map[stri
|
|
objdata = obj
|
|
objdata = obj
|
|
queryStr := ""
|
|
queryStr := ""
|
|
commonQuery := func(mustquery string) *[]map[string]interface{} {
|
|
commonQuery := func(mustquery string) *[]map[string]interface{} {
|
|
- return elastic.GetPage("bidding", "bidding", queryStr, bidSearch_sort, `"_id","title","publishtime","toptype","subtype","type","area","href","s_subscopeclass","spidercode","site"`, 0, 11)
|
|
|
|
|
|
+ return nil //elastic.GetPage("bidding", "bidding", queryStr, bidSearch_sort, `"_id","title","publishtime","toptype","subtype","type","area","href","s_subscopeclass","spidercode","site"`, 0, 11)
|
|
}
|
|
}
|
|
//同一个项目的其他招标信息
|
|
//同一个项目的其他招标信息
|
|
projectName, _ := obj["projectname"].(string)
|
|
projectName, _ := obj["projectname"].(string)
|