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

Commit c5bc3716 authored by jiangxiulong's avatar jiangxiulong

boxSkuId

parent c61bef38
......@@ -794,7 +794,8 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
String orderId = IDGenerator.nextSnowId();
String orderCode = IDGenerator.storeCode(orderId);
BigDecimal totalPrice = BigDecimal.ZERO;
GoblinNftOrder nftOrder = order(payParam, goblinNftExCodeVo.getStoreId(), uid, goblinNftExCodeVo.getSpuId(), 1, orderId, orderCode, totalPrice, totalPrice, totalPrice, goblinNftExCodeVo.getBoxSkuId(), orderType);
String boxSkuId = goblinNftExCodeVo.getBoxSkuId();
GoblinNftOrder nftOrder = order(payParam, goblinNftExCodeVo.getStoreId(), uid, goblinNftExCodeVo.getSpuId(), 1, orderId, orderCode, totalPrice, totalPrice, totalPrice, null == boxSkuId ? "" : boxSkuId, orderType);
if (null == nftOrder) {
return ResponseDto.failure("兑换失败~");
}
......
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