@@ -38,7 +38,7 @@ String personUuid =order.getPersonUuid();
if(vip==null){
throw new BusinessException(ExceptionEnum.BUSINESS_ERROR,"会员不存在");
}
- totalPrice+=vip.getPrice();
+ totalPrice+=vip.getFinalPrice();
return totalPrice;