|
@@ -96,7 +96,7 @@ func GetBidSearchData(in *bxcore.SearchReq, isCache bool) (count int64, list []*
|
|
if in.AdditionalWords != "" {
|
|
if in.AdditionalWords != "" {
|
|
words = strings.Split(in.AdditionalWords, " ")
|
|
words = strings.Split(in.AdditionalWords, " ")
|
|
}
|
|
}
|
|
- 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)
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
log.Println("查询数据异常")
|
|
log.Println("查询数据异常")
|