Ver Fonte

feat:搜索附件

wangshan há 3 anos atrás
pai
commit
d2c7979876
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      jyBXCore/rpc/util/search.go

+ 1 - 1
jyBXCore/rpc/util/search.go

@@ -158,7 +158,7 @@ const (
 	SearchMaxPageNum       = 10  //免费用户500条记录
 	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"`
 )