记得上下班打卡 | git大法好,push需谨慎

Commit 40183f6e authored by jiangxiulong's avatar jiangxiulong

去掉 会员价

parent c6e5a5e8
......@@ -111,9 +111,9 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
String orderId = IDGenerator.nextSnowId();
String orderCode = IDGenerator.storeCode(orderId);
BigDecimal totalPrice = skuVo.getPrice();
if (isVip) {// 会员价
/*if (isVip) {// 会员价
totalPrice = skuVo.getPriceMember();
}
}*/
/*if (!StringUtils.isEmpty(platVoucherCode)) {// 平台券
GoblinUseResultVo useResultVo = nftOrderUtils.useCoupon(platVoucherCode, "购买NFT商品[" + orderCode + "]", totalPrice, spuId, uid);
String typeVoucher = useResultVo.getCouType();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment