|
@@ -204,7 +204,7 @@ public class VipGroupActivityServiceImpl extends BaseServiceImpl<Integer, VipGro
|
|
|
}
|
|
|
}
|
|
|
List<VipGroupActivity> activityList = vipGroupActivityDao.findByCategory(activityQueryDto);
|
|
|
- if(!CollectionUtils.isEmpty(activityList)){
|
|
|
+ if(!CollectionUtils.isEmpty(activityList) && activityQueryDto.getActivityType().equals(3)){
|
|
|
Integer organId = Integer.parseInt(activityQueryDto.getOrganId());
|
|
|
BigDecimal buyNum = new BigDecimal(1);
|
|
|
activityList.stream().forEach(e->e.setSinglePrice(this.getActivityPrice(e,organId,buyNum)));
|