浏览代码

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

fuwencai 2 年之前
父节点
当前提交
6d2481c6a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/bigmember/src/entity/portraitBuyerSearch.go

+ 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}`
 )