Skip to content

Commit

Permalink
删除测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zlt2000 committed May 9, 2020
1 parent 35f6f04 commit 3f66bab
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ public class SysUserController {
@ApiOperation(value = "根据access_token当前登录用户")
@GetMapping("/users/current")
public Result<LoginAppUser> getLoginAppUser(@LoginUser(isFull = true) SysUser user) {
RLock lock = redisson.getLock("test");
lock.lock();

return Result.succeed(appUserService.getLoginAppUser(user));
}

Expand Down

0 comments on commit 3f66bab

Please sign in to comment.