【BUG】解决会员价计算错误的问题

This commit is contained in:
痴货 2024-09-14 19:21:33 +08:00
parent 0a23b57c15
commit 1301eb1c83

View File

@ -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();
}
/**