...
|
...
|
@@ -98,7 +98,6 @@ public class ProductIndexBaseService { |
|
|
productIndexIncludeFields.add(ProductIndexEsField.tblCountryName);
|
|
|
|
|
|
productIndexIncludeFields.add(ProductIndexEsField.customizeTag);
|
|
|
productIndexIncludeFields.add(ProductIndexEsField.promotionTag);
|
|
|
}
|
|
|
|
|
|
public List<String> getProductIndexIncludeFields() {
|
...
|
...
|
@@ -200,7 +199,7 @@ public class ProductIndexBaseService { |
|
|
|
|
|
//标签
|
|
|
productMap.put("customize_tag", MapUtils.getObject(map, ProductIndexEsField.customizeTag, new JSONArray()));
|
|
|
productMap.put("promotion_tag", MapUtils.getObject(map, ProductIndexEsField.promotionTag, new JSONArray()));
|
|
|
productMap.put("promotion_tag", MapUtils.getObject(map, ProductIndexEsField.matchedPromotions, new JSONArray()));
|
|
|
|
|
|
return productMap;
|
|
|
}
|
...
|
...
|
|