Skip to content

Commit

Permalink
增加基础数据接口 权限,更细分了.
Browse files Browse the repository at this point in the history
登录时候优化获取角色权限SQL,增加用户租户判断.
  • Loading branch information
vnobo committed Jan 22, 2024
1 parent 4cb4603 commit 41c2ae8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public Mono<Void> delete(UserRequest request) {
return this.usersRepository.delete(request.toUser())
.doAfterTerminate(() -> this.cache.clear());
}

public Mono<User> save(User user) {
if (user.isNew()) {
return this.usersRepository.save(user);
Expand Down

0 comments on commit 41c2ae8

Please sign in to comment.