From 95d9868f340269bb51f927bf2d46e05f3703c298 Mon Sep 17 00:00:00 2001 From: leebj Date: Thu, 5 Sep 2024 11:08:41 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A8=EC=86=8D=EC=82=AC=EC=A7=84=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EA=B8=B0=EB=8A=A5=20=EC=9D=B4=EB=8F=99(FileControl?= =?UTF-8?q?ler=20->=20Crdn06Controller)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp | 2 +- src/main/webapp/resources/js/fims/photo-main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp index 9897f413..be1131f1 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn02010-main.jsp @@ -816,7 +816,7 @@ $(document).ready(function(){ $P.$findn("nextDataVhrno").html(nextDataVhrno); ajax.get({ - url:"file/list.do", + url:"crdn/crdn06/fileList.do", data: { infoType : "100", infoKeys : [crdnId, nextCrndId], diff --git a/src/main/webapp/resources/js/fims/photo-main.js b/src/main/webapp/resources/js/fims/photo-main.js index feade5ce..e6a83f65 100644 --- a/src/main/webapp/resources/js/fims/photo-main.js +++ b/src/main/webapp/resources/js/fims/photo-main.js @@ -275,7 +275,7 @@ function settingPhotoMain(pageName, crdnIdElement, carInfoFunc, carLinkFunc){ var crdnId = $(crdnIdElement).val(); ajax.post({ - url : wctx.url("file/list.do"), + url : wctx.url("crdn/crdn06/fileList.do"), data : { infoKeys : crdnId, infoType : "100"