mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
【BUG】解决会员价计算错误的问题
This commit is contained in:
parent
0a23b57c15
commit
1301eb1c83
@ -282,7 +282,7 @@ public class AppTradeOrderController {
|
||||
return AppTradeProductSettlementRespVO.Sku.builder().
|
||||
skuId(skuId).
|
||||
type(PromotionTypeEnum.MEMBER_LEVEL.getType()).
|
||||
price(price - newPrice).build();
|
||||
price(newPrice).build();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user