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

Commit 8b7a6e05 authored by jiangxiulong's avatar jiangxiulong

先屏蔽

parent 69eb6fe9
...@@ -66,7 +66,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -66,7 +66,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
// 认证验证 // 认证验证
boolean numAccount = goblinRedisUtils.getNftNumAccount(uid); boolean numAccount = goblinRedisUtils.getNftNumAccount(uid);
if (!numAccount) { if (!numAccount) {
return ResponseDto.failure("您还未开通数字账户~"); // 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