|
@@ -248,6 +248,7 @@ public class MemberRankSettingServiceImpl extends BaseServiceImpl<Integer, Membe
|
|
if(CollectionUtils.isEmpty(activityDtos)){
|
|
if(CollectionUtils.isEmpty(activityDtos)){
|
|
throw new BizException("当前分部暂未开通活动");
|
|
throw new BizException("当前分部暂未开通活动");
|
|
}
|
|
}
|
|
|
|
+ logger.error("activeBuy params goodsId: {},liveId: {}",memberPayParamDto.getLiveGoodsId(),memberPayParamDto.getLiveId());
|
|
BigDecimal amount = BigDecimal.ZERO;
|
|
BigDecimal amount = BigDecimal.ZERO;
|
|
Integer activityId = null;
|
|
Integer activityId = null;
|
|
//判断当前商品是否可以购买(库存、上架状态、是否购买过)
|
|
//判断当前商品是否可以购买(库存、上架状态、是否购买过)
|