|
@@ -158,7 +158,7 @@ const (
|
|
SearchMaxPageNum = 10 //免费用户500条记录
|
|
SearchMaxPageNum = 10 //免费用户500条记录
|
|
SearchMaxPageNum_PAYED = 100 //付费用户5000条记录
|
|
SearchMaxPageNum_PAYED = 100 //付费用户5000条记录
|
|
|
|
|
|
- bidSearch_field_1 = `"_id","title","publishtime","toptype","subtype","type","area","city","s_subscopeclass","bidamount","budget","buyerclass"`
|
|
|
|
|
|
+ bidSearch_field_1 = `"_id","title","publishtime","toptype","subtype","type","area","city","s_subscopeclass","bidamount","budget","buyerclass","filetext"`
|
|
bidSearch_field = bidSearch_field_1 + `,"bidopentime","winner","buyer","projectname","projectcode","projectinfo"`
|
|
bidSearch_field = bidSearch_field_1 + `,"bidopentime","winner","buyer","projectname","projectcode","projectinfo"`
|
|
)
|
|
)
|
|
|
|
|