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

Commit be6ad31f authored by jiangxiulong's avatar jiangxiulong

log.error; skuTitle

parent 616060e4
...@@ -302,7 +302,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -302,7 +302,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
} }
} }
} catch (Exception e) { } catch (Exception e) {
log.error("NFT下单-抽盲盒异常 e:{}", e); log.error("NFT下单-抽盲盒异常", e);
return null; return null;
} }
} }
...@@ -367,7 +367,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -367,7 +367,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
return nftOrder; return nftOrder;
} catch (Exception e) { } catch (Exception e) {
log.error("NFT下单-整合订单数据异常 e:{}", e); log.error("NFT下单-整合订单数据异常", e);
return null; return null;
} }
} }
...@@ -491,7 +491,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -491,7 +491,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
return NftPayResultVo; return NftPayResultVo;
} catch (Exception e) { } catch (Exception e) {
log.error("NFT下单-生成订单唤起支付异常 e:{}", e); log.error("NFT下单-生成订单唤起支付异常", e);
return null; return null;
} }
} }
...@@ -843,7 +843,8 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -843,7 +843,8 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
nftOrder.getOrderId(), nftOrder.getSpuId(), nftOrder.getSkuId(), nftOrder.getBoxSkuId(), nftOrder.getOrderId(), nftOrder.getSpuId(), nftOrder.getSkuId(), nftOrder.getBoxSkuId(),
nftOrder.getNum(), nftOrder.getStoreId(), nftOrder.getStoreName(), nftOrder.getOrderCode(), nftOrder.getUserId(), nftOrder.getUserName(), nftOrder.getUserMobile(), nftOrder.getPriceTotal(), nftOrder.getPriceCoupon(), nftOrder.getNum(), nftOrder.getStoreId(), nftOrder.getStoreName(), nftOrder.getOrderCode(), nftOrder.getUserId(), nftOrder.getUserName(), nftOrder.getUserMobile(), nftOrder.getPriceTotal(), nftOrder.getPriceCoupon(),
nftOrder.getStorePriceCoupon(), nftOrder.getPriceRedEnvelope(), nftOrder.getPriceVoucher(), nftOrder.getPriceActual(), nftOrder.getUcouponId(), nftOrder.getStoreCouponId(), nftOrder.getRedEnvelopeCode(), orderVo.getStatus(), nftOrder.getSource(), nftOrder.getStorePriceCoupon(), nftOrder.getPriceRedEnvelope(), nftOrder.getPriceVoucher(), nftOrder.getPriceActual(), nftOrder.getUcouponId(), nftOrder.getStoreCouponId(), nftOrder.getRedEnvelopeCode(), orderVo.getStatus(), nftOrder.getSource(),
nftOrder.getOrderType(), orderVo.getPayType(), nftOrder.getDeviceFrom(), nftOrder.getVersion(), nftOrder.getPayCountdownMinute(), nftOrder.getIpAddress(), nftOrder.getCreatedAt(), orderVo.getPayCode() nftOrder.getOrderType(), orderVo.getPayType(), nftOrder.getDeviceFrom(), nftOrder.getVersion(), nftOrder.getPayCountdownMinute(), nftOrder.getIpAddress(), nftOrder.getCreatedAt(), orderVo.getPayCode(),
nftOrder.getSkuTitle()
}); });
String sqlData = SqlMapping.gets(sqls, sqlDataCode, sqlDataOrder); String sqlData = SqlMapping.gets(sqls, sqlDataCode, sqlDataOrder);
queueUtils.sendMsgByRedis(MQConst.GoblinQueue.GOBLIN_NFT_ORDER.getKey(), sqlData); queueUtils.sendMsgByRedis(MQConst.GoblinQueue.GOBLIN_NFT_ORDER.getKey(), sqlData);
...@@ -859,7 +860,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -859,7 +860,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
return ResponseDto.success(); return ResponseDto.success();
} catch (Exception e) { } catch (Exception e) {
log.error("NFT兑换异常 e:{}", e); log.error("NFT兑换异常", e);
return ResponseDto.failure("兑换失败,请稍后重试!"); return ResponseDto.failure("兑换失败,请稍后重试!");
} finally { } finally {
// 执行完毕。释放锁 // 执行完毕。释放锁
......
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