Showing
1 changed file
with
1 additions
and
1 deletions
@@ -139,7 +139,7 @@ public class ProductPriceBuilder implements ViewBuilder { | @@ -139,7 +139,7 @@ public class ProductPriceBuilder implements ViewBuilder { | ||
139 | return new BigDecimal(d); | 139 | return new BigDecimal(d); |
140 | } | 140 | } |
141 | 141 | ||
142 | - private boolean vipPriceLimit = true;// 是否执行vip价格限制 | 142 | + private boolean vipPriceLimit = false;// 是否执行vip价格限制 |
143 | 143 | ||
144 | public void fillProductPriceBO(ProductPriceBO productPriceBO) { | 144 | public void fillProductPriceBO(ProductPriceBO productPriceBO) { |
145 | double marketPrice = this.getDoubleFromBigDecimal(productPriceBO.getMarketPrice()); | 145 | double marketPrice = this.getDoubleFromBigDecimal(productPriceBO.getMarketPrice()); |
-
Please register or login to post a comment