safePlatfrom-out-web/src/main/java/com/gkhy/safePlatform/accountController/LoginController.java
@@ -34,6 +34,6 @@ @RequestMapping("/menu") public ResultVO<List<MenuRPCRespDTO>> getMenu(Authentication authentication, Long projectId){ ContextCacheUser currentUser = (ContextCacheUser) authentication.getPrincipal(); return accountAuthService.getMenu(currentUser.getUid(), projectId); return accountAuthService.getMenu(currentUser, projectId); } }