From 6d2e105361c8be5cc3d84eb481adcbcafeadcf02 Mon Sep 17 00:00:00 2001 From: myname Date: Wed, 15 Nov 2023 12:31:27 +0900 Subject: [PATCH] =?UTF-8?q?2023-11-15=2012:31=20=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=ED=8C=90=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/OprtnInstrTngrPrflContoller.java | 4 +- .../let/cop/bbs/EgovBBSMaster_SQL_Tibero.xml | 45 ++++++++++++++----- .../let/sec/rmt/EgovRoleManage_SQL_Tibero.xml | 4 +- 3 files changed, 38 insertions(+), 15 deletions(-) diff --git a/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/instrInfo/web/OprtnInstrTngrPrflContoller.java b/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/instrInfo/web/OprtnInstrTngrPrflContoller.java index 8b9f0780..f67646ec 100644 --- a/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/instrInfo/web/OprtnInstrTngrPrflContoller.java +++ b/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/instrInfo/web/OprtnInstrTngrPrflContoller.java @@ -1767,8 +1767,8 @@ public class OprtnInstrTngrPrflContoller { t_vEInstrDetailVO.setAprvlCd(vEInstrDetailVO.getAprvlCd()); t_vEInstrDetailVO.setFirstIndex(0); - //List selectAsgnmInfoT2List = vEInstrMixService.selectAsgnmInfoT2(t_vEInstrDetailVO); - //model.addAttribute("asgnmInfoT2List",selectAsgnmInfoT2List); + List selectAsgnmInfoT2List = vEInstrMixService.selectAsgnmInfoT2(t_vEInstrDetailVO); + model.addAttribute("asgnmInfoT2List",selectAsgnmInfoT2List); return "/oprtn/tngrVisitEdu/instrMngDetail"; } diff --git a/src/main/resources/egovframework/sqlmap/let/cop/bbs/EgovBBSMaster_SQL_Tibero.xml b/src/main/resources/egovframework/sqlmap/let/cop/bbs/EgovBBSMaster_SQL_Tibero.xml index 1c82f3a1..d099a335 100644 --- a/src/main/resources/egovframework/sqlmap/let/cop/bbs/EgovBBSMaster_SQL_Tibero.xml +++ b/src/main/resources/egovframework/sqlmap/let/cop/bbs/EgovBBSMaster_SQL_Tibero.xml @@ -92,14 +92,25 @@