Showing
1 changed file
with
1 additions
and
1 deletions
@@ -212,7 +212,7 @@ public class ProductIndexBaseService { | @@ -212,7 +212,7 @@ public class ProductIndexBaseService { | ||
212 | productMap.put("deposit", MapUtils.getDoubleValue(map, ProductIndexEsField.deposit, 0)); | 212 | productMap.put("deposit", MapUtils.getDoubleValue(map, ProductIndexEsField.deposit, 0)); |
213 | productMap.put("deposit_multiples", MapUtils.getIntValue(map, ProductIndexEsField.depositMultiples)); | 213 | productMap.put("deposit_multiples", MapUtils.getIntValue(map, ProductIndexEsField.depositMultiples)); |
214 | 214 | ||
215 | - // 商品标签-首页天窗专用 | 215 | + // 商品标签-首页弹窗专用 |
216 | productMap.put("is_promotion_active", "N");// 当前是否有促销正在进行 | 216 | productMap.put("is_promotion_active", "N");// 当前是否有促销正在进行 |
217 | boolean promotionActive = getPromotionActive(map); | 217 | boolean promotionActive = getPromotionActive(map); |
218 | if (promotionActive) { | 218 | if (promotionActive) { |
-
Please register or login to post a comment