2024-03-29 11:00 체험교실 이수증 오류 수정

This commit is contained in:
myname 2024-03-29 11:00:32 +09:00
parent 275765bd7b
commit da87971f40
6 changed files with 21 additions and 6 deletions

View File

@ -128,8 +128,12 @@
vadi.APLCT_STATE_CD AS aplctStateCd, /* 이수 상태 */
vadi.CNCL_ATCH_FILE_ID AS cnclAtchFileId,
vadi.CNCL_CN AS cnclCn,
/*
le.MBER_NM AS userNm,
le.MBER_ID AS mberId,
*/
a.chrg_nm AS userNm,
le.ESNTL_ID AS mberId,
<include refid="VEEduMIXDAO.select_column_name"/>,
a.CHRG_NM AS chrgNm ,
a.D_BIRTH AS dBirth ,
@ -271,9 +275,13 @@
SELECT
vadi.APLCT_STATE_CD AS aplctStateCd, /* 이수 상태 */
vadi.CNCL_ATCH_FILE_ID AS cnclAtchFileId,
vadi.CNCL_CN AS cnclCn,
vadi.CNCL_CN AS cnclCn,
/*
le.MBER_NM AS userNm,
le.MBER_ID AS mberId,
*/
a.chrg_nm AS userNm,
le.ESNTL_ID AS mberId,
<include refid="VEEduMIXDAO.select_column_name"/>,
a.CHRG_NM AS chrgNm ,
a.D_BIRTH AS dBirth ,
@ -499,6 +507,7 @@
vsit.edu_state_cd AS eduStateCd,
le.MBER_NM AS userNm,
le.MBER_ID AS mberId,
<include refid="VEEduMIXDAO.select_column_name"/>,
vsit.trgt_nm AS trgtNm,
vsit.sspn_idtmt_trgt_ord AS sspnIdtmtTrgtOrd,

View File

@ -232,6 +232,8 @@
TO_CHAR(a.LAST_UPDT_PNTTM,'YYYYMMDD')<![CDATA[ <= ]]> REPLACE(#searchEndDt#, '.' , '')
</isNotEmpty>
ORDER BY a.EDU_CMPLT_CRTFC_NMBR desc
OFFSET #firstIndex# ROWS FETCH NEXT #recordCountPerPage# ROWS ONLY;
</select>

View File

@ -24,8 +24,12 @@
SELECT
l.mber_id AS mberId
/*
, l.mber_nm AS mberNm
, l.birth_day AS birthDay
*/
, vea.chrg_nm AS mberNm
, vea.d_birth AS birthDay
, vpap.edu_strt_pnttm AS eduStrtPnttm
, vpap.edu_ddln_pnttm AS eduDdlnPnttm
, vp.prcs_nm AS prcsNm
@ -77,7 +81,7 @@
AND vadi.PRCS_APLCT_PRD_ORD =vpap.PRCS_APLCT_PRD_ORD
AND vadi.edu_aplct_ord=#eduAplctOrd#
AND vadi.EDU_APLCT_ORD =vea.edu_aplct_ord
AND l.mber_id=vea.user_id
AND l.esntl_id=vea.user_id
LIMIT 1

View File

@ -527,8 +527,6 @@
</table>
</div>
<!-- //list -->
</c:if>
</div>
</div>

View File

@ -997,7 +997,8 @@
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
viewer.hideToolbarItem(["save"]);
viewer.showToolbarItem(["print_pdf"]);
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
}
}
</script>

View File

@ -634,7 +634,8 @@
viewer.hideToolbarItem(["save"]);
viewer.showToolbarItem(["print_pdf"]);
viewer.useWebFont(true);
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
}
}
</script>