mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-04 22:41:24 +08:00
remove authorize
This commit is contained in:
@@ -47,7 +47,6 @@ public class AffairController {
|
||||
}
|
||||
|
||||
@GetMapping("/personal_affairs_limit")
|
||||
@PreAuthorize("hasAuthority('affair:self:get')")
|
||||
public ResponseResult<List<Affair>> getPersonalAffairsLimit() {
|
||||
LambdaQueryWrapper<Affair> wrapper = new LambdaQueryWrapper<>();
|
||||
wrapper.eq(Affair::getApplicantId, WebUtil.getLoginUser().getUser().getId());
|
||||
|
||||
Reference in New Issue
Block a user