...
|
...
|
@@ -534,7 +534,7 @@ public class ShopsServiceImpl extends BaseService implements IShopsService, Appl |
|
|
boolFilter.must(QueryBuilders.termsQuery("shopsId", shopsIds));
|
|
|
}
|
|
|
if (!paramMap.containsKey("contain_global") && !"Y".equals(paramMap.get("contain_global"))) {
|
|
|
boolFilter = boolFilter.must(QueryBuilders.termQuery("contain_global", "N"));
|
|
|
boolFilter = boolFilter.must(QueryBuilders.termQuery("isGlobal", "N"));
|
|
|
}
|
|
|
boolFilter = BoolQueryTermQuery(paramMap, boolFilter, SearchRequestParams.SHOPS_PARAM_BLKSTATUS);
|
|
|
boolFilter = BoolQueryTermQuery(paramMap, boolFilter, SearchRequestParams.SHOPS_PARAM_CHECKSTATUS);
|
...
|
...
|
|