diff --git a/src/main/resources/egovframework/sqlmap/ve/asgnm/VEAsgnm_MIX_SQL_Tibero.xml b/src/main/resources/egovframework/sqlmap/ve/asgnm/VEAsgnm_MIX_SQL_Tibero.xml index 43dc8572..effb3e10 100644 --- a/src/main/resources/egovframework/sqlmap/ve/asgnm/VEAsgnm_MIX_SQL_Tibero.xml +++ b/src/main/resources/egovframework/sqlmap/ve/asgnm/VEAsgnm_MIX_SQL_Tibero.xml @@ -886,7 +886,18 @@ , b.end_oprtn_dt AS endOprtnDt , ((SUBSTR(a.end_tm, 1,2) - SUBSTR(a.strt_tm, 1,2)) * 60) + (SUBSTR(a.end_tm, 3,4) - SUBSTR(a.strt_tm, 3,4)) AS eduTM , d.asgnm_aprvl_cd AS asgnmAprvlCd + /* , MAX(e.hstry_cd) AS hstryCd + */ + , ( + SELECT x.hstry_cd + FROM ve_edu_chasi_instr_asgnm_hstry x + WHERE x.edu_aplct_ord = a.edu_aplct_ord + AND x.edu_chasi_ord = a.edu_chasi_ord + AND x.user_id = #userId# + LIMIT 1 + ) AS hstryCd + FROM ve_edu_chasi a JOIN ve_edu_aplct b ON a.edu_aplct_ord = b.edu_aplct_ord @@ -902,7 +913,9 @@ ) WHERE a.edu_aplct_ord = #eduAplctOrd# AND a.edu_chasi_ord = #eduChasiOrd# - GROUP BY eduAplctOrd, eduChasiOrd, userId + /* + GROUP BY eduAplctOrd, eduChasiOrd, userId + */ diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmAddRqstList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmAddRqstList.jsp index 0c9b0a75..10e80431 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmAddRqstList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmAddRqstList.jsp @@ -256,7 +256,7 @@
${fn:substring(list.eduHopeDt,0,4)}-${fn:substring(list.eduHopeDt,4,6)}-${fn:substring(list.eduHopeDt,6,8)}
${list.eduHopeDt}