...
|
...
|
@@ -139,7 +139,7 @@ public class ProductPriceBuilder implements ViewBuilder { |
|
|
return new BigDecimal(d);
|
|
|
}
|
|
|
|
|
|
private boolean vipPriceLimit = true;// 是否执行vip价格限制
|
|
|
private boolean vipPriceLimit = false;// 是否执行vip价格限制
|
|
|
|
|
|
public void fillProductPriceBO(ProductPriceBO productPriceBO) {
|
|
|
double marketPrice = this.getDoubleFromBigDecimal(productPriceBO.getMarketPrice());
|
...
|
...
|
|