From 154ae346143b530518a03928d9c690d80fee16c3 Mon Sep 17 00:00:00 2001 From: LJH Date: Mon, 31 Oct 2022 12:32:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A4=80=ED=98=B8=20=EC=A0=84?= =?UTF-8?q?=EC=9E=90=EC=A1=B0=EC=A0=95=EC=8B=9C=EC=8A=A4=ED=85=9C=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B=20=20-=20=EC=A2=85=EA=B2=B0=20=EC=82=AC?= =?UTF-8?q?=EA=B1=B4=20=EB=AA=A9=EB=A1=9D->=20=EC=82=AC=EA=B1=B4=EC=97=B4?= =?UTF-8?q?=EB=9E=8C=20=EC=8B=A0=EC=B2=AD=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EB=84=98=EC=96=B4=EC=99=94=EC=9D=84=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=20set?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ars/web/AdjstReqStatusController.java | 2 +- .../kccadr/accdnt/ai/adjstIncidentEndList.jsp | 133 ++---------------- .../kccadr/accdnt/ars/tab/docIssReqRegist.jsp | 26 +++- 3 files changed, 34 insertions(+), 127 deletions(-) diff --git a/src/main/java/kcc/kccadr/accdnt/ars/web/AdjstReqStatusController.java b/src/main/java/kcc/kccadr/accdnt/ars/web/AdjstReqStatusController.java index a00752d0..bda1823c 100644 --- a/src/main/java/kcc/kccadr/accdnt/ars/web/AdjstReqStatusController.java +++ b/src/main/java/kcc/kccadr/accdnt/ars/web/AdjstReqStatusController.java @@ -526,7 +526,7 @@ public class AdjstReqStatusController { // 대국민 서류 발급 요청 등록 @RequestMapping(value = "/web/kccadr/accdnt/ai/docIssReqRegist.do") - public String docIssReqRegist(ModelMap model) throws Exception { + public String docIssReqRegist(@ModelAttribute("adjstIncidentVO") AdjstIncidentVO adjstIncidentVO, ModelMap model) throws Exception { String auth = EgovUserDetailsHelper.isAuthenticated() ? null : EgovUserDetailsHelper.getAuthenticatedUser().toString(); LoginVO loginVO = "anonymousUser".equals(auth) ? null : (LoginVO)EgovUserDetailsHelper.getAuthenticatedUser(); diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentEndList.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentEndList.jsp index 0ca44b18..a7203db2 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentEndList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentEndList.jsp @@ -30,13 +30,7 @@ <%-- --%>