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