Explorar o código

Merge branch 'dev/v4.8.40.1_ws' of https://jygit.jydev.jianyu360.cn/qmx/jy into dev/v4.8.40.1_ws

fuwencai %!s(int64=2) %!d(string=hai) anos
pai
achega
6d2481c6a6

+ 1 - 1
src/jfw/modules/bigmember/src/entity/portraitBuyerSearch.go

@@ -20,7 +20,7 @@ const (
 	queryTermByIdSql       = `{"terms":{"_id":[%s]}}`
 
 	queryMustSql                = `{"query":{"bool":{"must":[%s]}}}`
-	buyerWithEntThreadSearchNum = 50
+	buyerWithEntThreadSearchNum = 50 * 4
 	buyerWithEntPortraitSqlPage = `{"query":{"bool":{"must":[%s]}},"_source":["_id","company_area","capital","establish_date","tag_business"],"from":%d,"size":%d}`
 )