Authored by 胡古飞

add vipLevels to beanToMap

... ... @@ -104,6 +104,7 @@ public class ProductIndexService {
if (temp != null) {
map.put("salesPrice", productIndexBO.getSalesPrice().doubleValue());
}
map.put("vipLevels", productIndexBO.getVipLevels());
temp = productIndexBO.getPromotionDiscount();
if (temp != null) {
map.put("promotionDiscount", productIndexBO.getPromotionDiscount().doubleValue());
... ...