From b8844de760986c2c406de8507dfa02d3c670cd95 Mon Sep 17 00:00:00 2001 From: myname Date: Thu, 1 Feb 2024 16:43:52 +0900 Subject: [PATCH] =?UTF-8?q?2024-02-01=2016:43=20=EC=9A=B4=EC=98=81?= =?UTF-8?q?=EC=9E=90=20=EA=B0=95=EC=9D=98=EA=B3=84=ED=9A=8D=EC=84=9C,=20?= =?UTF-8?q?=EA=B2=B0=EA=B3=BC=EB=B3=B4=EA=B3=A0=EC=84=9C=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=82=AD=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ve/prcs/VEAPrcsAplctPrdInstrAsgnm_SQL_Tibero.xml | 1 + .../cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp | 6 ++++-- .../fndthEnhanceTrn/fndthEduPrcsAplctCfnMngDetail.jsp | 8 +++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main/resources/egovframework/sqlmap/ve/prcs/VEAPrcsAplctPrdInstrAsgnm_SQL_Tibero.xml b/src/main/resources/egovframework/sqlmap/ve/prcs/VEAPrcsAplctPrdInstrAsgnm_SQL_Tibero.xml index 340d0c89..7a984ea0 100644 --- a/src/main/resources/egovframework/sqlmap/ve/prcs/VEAPrcsAplctPrdInstrAsgnm_SQL_Tibero.xml +++ b/src/main/resources/egovframework/sqlmap/ve/prcs/VEAPrcsAplctPrdInstrAsgnm_SQL_Tibero.xml @@ -238,6 +238,7 @@ WHERE prcs_aplct_prd_ord = #prcsAplctPrdOrd# + AND user_id = #userId# diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp index 31f1be29..9faba99e 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp @@ -346,6 +346,7 @@ function fncAttachFileDelete( p_atchFileId , p_prcsAplctPrdOrd + , p_userId , p_rprtFileType //, p_rprtFileType ) { //메뉴생성 화면 호출 @@ -363,6 +364,7 @@ data: { "atchFileId" : p_atchFileId , "prcsAplctPrdOrd" : p_prcsAplctPrdOrd + , "userId" : p_userId , "rprtFileType" : p_rprtFileType }, @@ -582,7 +584,7 @@ - + @@ -596,7 +598,7 @@ - + diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctCfnMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctCfnMngDetail.jsp index 51268f9c..31a39c1a 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctCfnMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctCfnMngDetail.jsp @@ -299,7 +299,8 @@ // 결과보고서 삭제 function fncAttachFileDelete( p_atchFileId - , p_prcsAplctPrdOrd + , p_prcsAplctPrdOrd + , p_userId , p_rprtFileType //, p_rprtFileType ) { //메뉴생성 화면 호출 @@ -317,6 +318,7 @@ data: { "atchFileId" : p_atchFileId , "prcsAplctPrdOrd" : p_prcsAplctPrdOrd + , "userId" : p_userId , "rprtFileType" : p_rprtFileType }, @@ -572,7 +574,7 @@ - + @@ -586,7 +588,7 @@ - +