Authored by hugufei

文案修改

... ... @@ -212,7 +212,7 @@ public class ProductIndexBaseService {
productMap.put("deposit", MapUtils.getDoubleValue(map, ProductIndexEsField.deposit, 0));
productMap.put("deposit_multiples", MapUtils.getIntValue(map, ProductIndexEsField.depositMultiples));
// 商品标签-首页窗专用
// 商品标签-首页窗专用
productMap.put("is_promotion_active", "N");// 当前是否有促销正在进行
boolean promotionActive = getPromotionActive(map);
if (promotionActive) {
... ...