|
@@ -186,6 +186,9 @@ public class CartClubServiceImpl implements CartClubService {
|
|
|
shopSvipReducedPrice.set(MathUtil.add(shopSvipReducedPrice, cartItemVo.getSvipTotalReducedPrice()).doubleValue());
|
|
|
}
|
|
|
} else {
|
|
|
+ //失效无库存不统计
|
|
|
+ totalCount.updateAndGet(v -> v - 1);
|
|
|
+ kindCount.updateAndGet(v -> v - 1);
|
|
|
// 获取商品促销信息
|
|
|
PromotionsVo promotions = null;
|
|
|
// 没有店铺促销时,商品促销才有效
|