From e174136cd173fbf86b56a8027ee7c01b5ae76a52 Mon Sep 17 00:00:00 2001 From: JIWOO Date: Tue, 17 Dec 2024 17:08:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=20>=20=EB=B6=84=EC=9F=81=EC=A1=B0=EC=A0=95?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=20>=20=EC=96=91=EC=8B=9D=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=ED=8C=90=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../let/cop/bbs/web/EgovBBSManageController.java | 6 ++++-- .../webapp/WEB-INF/jsp/cop/bbs/EgovNoticeList.jsp | 8 ++++++-- .../webapp/WEB-INF/jsp/cop/bbs/EgovNoticeUpdt.jsp | 14 ++++++++++++++ .../WEB-INF/views/_common/_js/ncms_common.js | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/src/main/java/kcc/let/cop/bbs/web/EgovBBSManageController.java b/src/main/java/kcc/let/cop/bbs/web/EgovBBSManageController.java index 626a3461..aac63aa4 100644 --- a/src/main/java/kcc/let/cop/bbs/web/EgovBBSManageController.java +++ b/src/main/java/kcc/let/cop/bbs/web/EgovBBSManageController.java @@ -745,8 +745,10 @@ public class EgovBBSManageController { // 위/아래 게시글 번호, 제목 조회 EgovMap upDownNttid = bbsMngService.getUpDownNttIdNSj(boardVO); if(null != upDownNttid) { - model.addAttribute("nextNttIdNSj", upDownNttid.get("nextNttIdNSj")); - model.addAttribute("prevNttIdNSj", upDownNttid.get("prevNttIdNSj")); + /*model.addAttribute("nextNttIdNSj", upDownNttid.get("nextNttIdNSj")); + model.addAttribute("prevNttIdNSj", upDownNttid.get("prevNttIdNSj"));*/ + model.addAttribute("nextNttIdNSj", upDownNttid.get("nextnttidnsj")); + model.addAttribute("prevNttIdNSj", upDownNttid.get("prevnttidnsj")); }else { model.addAttribute("nextNttIdNSj", null); model.addAttribute("prevNttIdNSj", null); diff --git a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeList.jsp b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeList.jsp index 129bea4b..d4c91b89 100644 --- a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeList.jsp +++ b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeList.jsp @@ -301,7 +301,9 @@ function bbsExcelDownload(){ - + + + @@ -362,7 +364,9 @@ function bbsExcelDownload(){ - + + + diff --git a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeUpdt.jsp b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeUpdt.jsp index b692835c..4787f8a5 100644 --- a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeUpdt.jsp +++ b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeUpdt.jsp @@ -31,6 +31,20 @@