Showing
1 changed file
with
1 additions
and
1 deletions
@@ -406,7 +406,7 @@ public class ProductIndexBaseService { | @@ -406,7 +406,7 @@ public class ProductIndexBaseService { | ||
406 | for (Map<String, Object> productMap : productList) { | 406 | for (Map<String, Object> productMap : productList) { |
407 | //全球购跳过 | 407 | //全球购跳过 |
408 | if ("Y".equals(MapUtils.getString(productMap, "is_global"))) { | 408 | if ("Y".equals(MapUtils.getString(productMap, "is_global"))) { |
409 | - productMap.put("promotion_tag", null); | 409 | + productMap.put("promotion_tag", new JSONArray()); |
410 | results.add(productMap); | 410 | results.add(productMap); |
411 | continue; | 411 | continue; |
412 | } | 412 | } |
-
Please register or login to post a comment