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

Commit 517e84f5 authored by jiangxiulong's avatar jiangxiulong

code

parent c6d86971
...@@ -836,7 +836,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -836,7 +836,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
return ResponseDto.failure("兑换失败,请稍后重试!"); return ResponseDto.failure("兑换失败,请稍后重试!");
} finally { } finally {
// 执行完毕。释放锁 // 执行完毕。释放锁
nftOrderUtils.delNftOrderExLock(uid); nftOrderUtils.delNftOrderExLock(code);
} }
} }
} }
......
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