|
@@ -96,7 +96,7 @@ func GetBidSearchData(in *bxcore.SearchReq, isCache bool) (count int64, list []*
|
|
|
- list = util.SearchListFormat(in.UserId, in.Industry, repl, strings.Contains(in.SelectType, "detail"), words)
|
|
|
+ list = util.SearchListFormat(in.UserId, in.SubInformation, in.PropertyForm, in.Industry, repl, strings.Contains(in.SelectType, "detail"), in.BidField, words)
|