From 43ab10e4d86162157cd02a0214c3b29d00cb0270 Mon Sep 17 00:00:00 2001 From: myname Date: Mon, 22 Jan 2024 12:07:47 +0900 Subject: [PATCH] =?UTF-8?q?2024-01-22=2012:07=20=EC=84=B1=EC=9D=B8?= =?UTF-8?q?=EA=B0=95=EC=82=AC=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java | 1 + .../egovframework/sqlmap/ve/instr/VEInstr_MIX_SQL_Tibero.xml | 4 ++++ .../webapp/WEB-INF/jsp/oprtn/adultVisitEdu/instrMngList.jsp | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java b/src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java index c3d9916b..cb8fe44e 100644 --- a/src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java +++ b/src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java @@ -608,6 +608,7 @@ public class CrownixAjaxController { modelAndView.setViewName("jsonView"); System.out.println(" vEInstrDetailVO.getUserIdList().toString() :: "+vEInstrDetailVO.getUserIdList().toString()); //대상 강사 리스트 + vEInstrDetailVO.setInstrDiv("20"); List vEInstrDetailVOList = vEInstrMixService.selectWhereInDetailReport(vEInstrDetailVO); //복호화 vEInstrDetailVOList = egovCryptoUtil.decryptVEInstrDetailVOList(vEInstrDetailVOList); diff --git a/src/main/resources/egovframework/sqlmap/ve/instr/VEInstr_MIX_SQL_Tibero.xml b/src/main/resources/egovframework/sqlmap/ve/instr/VEInstr_MIX_SQL_Tibero.xml index e196e3aa..ce732b9f 100644 --- a/src/main/resources/egovframework/sqlmap/ve/instr/VEInstr_MIX_SQL_Tibero.xml +++ b/src/main/resources/egovframework/sqlmap/ve/instr/VEInstr_MIX_SQL_Tibero.xml @@ -1065,6 +1065,10 @@ WHERE 1=1 AND a.use_yn='Y' + + AND a00.instrDiv = #instrDiv# + + AND a00.instrDiv =a.instr_div AND a00.userId =a.user_id AND a00.instrDetailOrd=a.instr_detail_ord diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/adultVisitEdu/instrMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/adultVisitEdu/instrMngList.jsp index f20d5223..84f41eb0 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/adultVisitEdu/instrMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/adultVisitEdu/instrMngList.jsp @@ -381,7 +381,7 @@ viewer.showToolbarItem(["print_pdf"]); viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']'); - /* viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.12:8086/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']'); */ + //viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']'); } \ No newline at end of file