Showing
1 changed file
with
2 additions
and
2 deletions
@@ -96,7 +96,7 @@ public class ProductIndexBaseService { | @@ -96,7 +96,7 @@ public class ProductIndexBaseService { | ||
96 | productIndexIncludeFields.add(ProductIndexEsField.tblCountryId); | 96 | productIndexIncludeFields.add(ProductIndexEsField.tblCountryId); |
97 | productIndexIncludeFields.add(ProductIndexEsField.tblCountryName); | 97 | productIndexIncludeFields.add(ProductIndexEsField.tblCountryName); |
98 | 98 | ||
99 | - productIndexIncludeFields.add(ProductIndexEsField.customizeTag); | 99 | + productIndexIncludeFields.add(ProductIndexEsField.customizeTags); |
100 | productIndexIncludeFields.add(ProductIndexEsField.matchedPromotions); | 100 | productIndexIncludeFields.add(ProductIndexEsField.matchedPromotions); |
101 | productIndexIncludeFields.add(ProductIndexEsField.basePinRatio); | 101 | productIndexIncludeFields.add(ProductIndexEsField.basePinRatio); |
102 | productIndexIncludeFields.add(ProductIndexEsField.breakingRate); | 102 | productIndexIncludeFields.add(ProductIndexEsField.breakingRate); |
@@ -210,7 +210,7 @@ public class ProductIndexBaseService { | @@ -210,7 +210,7 @@ public class ProductIndexBaseService { | ||
210 | productMap.put("tbl_plane", (tbl_country_id > 0 && tbl_country_id != 86) ? "Y" : "N"); | 210 | productMap.put("tbl_plane", (tbl_country_id > 0 && tbl_country_id != 86) ? "Y" : "N"); |
211 | 211 | ||
212 | //标签 | 212 | //标签 |
213 | - productMap.put("customize_tag", MapUtils.getObject(map, ProductIndexEsField.customizeTag, new JSONArray())); | 213 | + productMap.put("customize_tag", MapUtils.getObject(map, ProductIndexEsField.customizeTags, new JSONArray())); |
214 | productMap.put("promotion_tag", MapUtils.getObject(map, ProductIndexEsField.matchedPromotions, new JSONArray())); | 214 | productMap.put("promotion_tag", MapUtils.getObject(map, ProductIndexEsField.matchedPromotions, new JSONArray())); |
215 | 215 | ||
216 | return productMap; | 216 | return productMap; |
-
Please register or login to post a comment