목록[ Programing ]/[ Project ] (1)
Philo_sophia
백/프론트 로그인 및 권한 설정 (각 연도별 이전 년도 리스트 불러오기)
(1) 페이지 로드 시 public String isCollectAccess() { String MSG_LOGIN_ERROR = "로그인이 필요합니다."; if (!EgovUserDetailsHelper.isAuthenticated()) return MSG_LOGIN_ERROR; return null; } // 운영자 - 운영신고서 List @RequestMapping(value = "/adm/op/admOpReportList.do") public String opReportList(@ModelAttribute("searchVO")ReportVO searchVO, ModelMap model) throws Exception { String svrMsg = isCollectAccess(); if (!Opti..
[ Programing ]/[ Project ]
2022. 11. 3. 14:33