Authored by wangnan

fixbug

@@ -217,7 +217,7 @@ public class SearchServiceHelper { @@ -217,7 +217,7 @@ public class SearchServiceHelper {
217 //自定义标签 217 //自定义标签
218 if (this.checkParamNotFiltered(paramMap, filterParamName, SearchRequestParams.SHOPS_PARAM_CUSTOMIZE_TAG)) { 218 if (this.checkParamNotFiltered(paramMap, filterParamName, SearchRequestParams.SHOPS_PARAM_CUSTOMIZE_TAG)) {
219 int[] ids = ConvertUtils.stringToIntArray(paramMap.get(SearchRequestParams.SHOPS_PARAM_CUSTOMIZE_TAG), ","); 219 int[] ids = ConvertUtils.stringToIntArray(paramMap.get(SearchRequestParams.SHOPS_PARAM_CUSTOMIZE_TAG), ",");
220 - boolFilter.must(QueryBuilders.termsQuery(ProductIndexEsField.customizeTagId, ids)); 220 + boolFilter.must(QueryBuilders.termsQuery(ProductIndexEsField.customizeTagsId, ids));
221 } 221 }
222 // //////////////////////////////////////////不支持多个参数/////////////////////////////////////////////////////////// 222 // //////////////////////////////////////////不支持多个参数///////////////////////////////////////////////////////////
223 // 是否特价 223 // 是否特价