1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Determine the request for modifying the work module and personal profile

This commit is contained in:
ggb
2023-06-04 18:55:53 +08:00
parent 83ccc0b651
commit cbb21dc193
10 changed files with 245 additions and 113 deletions

View File

@@ -73,7 +73,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
@Override
public User getInfo() {
return WebUtil.getLoginUser().getUser();
return getUserWithPower(WebUtil.getLoginUser().getUser().getUsername());
}
@Override