2024-04-17 17:24 신청상세가 안나오는 문제 수정

This commit is contained in:
myname 2024-04-17 17:24:16 +09:00
parent 1259a13131
commit 2f3a800077
2 changed files with 20 additions and 13 deletions

View File

@ -544,7 +544,12 @@ public class FndtnEnhanceTrnController {
//과정 조회 //과정 조회
VEPrcsDetailVO vEPrcsDetailVODetail = vEPrcsAplctPrdService.selectDetailNewOne4Fndth(vEPrcsDetailVO); VEPrcsDetailVO vEPrcsDetailVODetail = vEPrcsAplctPrdService.selectDetailNewOne4Fndth(vEPrcsDetailVO);
VEEduAplctVO vEEduAplctReqVO = new VEEduAplctVO(); VEEduAplctVO vEEduAplctReqVO = new VEEduAplctVO();
try {
vEEduAplctReqVO.setUserId(loginVO.getUniqId()); vEEduAplctReqVO.setUserId(loginVO.getUniqId());
}catch(Exception ex) {
ex.printStackTrace();
}
vEEduAplctReqVO.setLctrDivCd(vEPrcsDetailVODetail.getLctrDivCd()); vEEduAplctReqVO.setLctrDivCd(vEPrcsDetailVODetail.getLctrDivCd());
vEEduAplctReqVO.setPrcsAplctPrdOrd(vEPrcsDetailVODetail.getPrcsAplctPrdOrd()); vEEduAplctReqVO.setPrcsAplctPrdOrd(vEPrcsDetailVODetail.getPrcsAplctPrdOrd());
vEEduAplctReqVO.setLctrDivCd(VeConstants.LCTR_DIV_CD_50); vEEduAplctReqVO.setLctrDivCd(VeConstants.LCTR_DIV_CD_50);

View File

@ -384,6 +384,7 @@
</c:if> </c:if>
</div> </div>
<div class="btn_right"> <div class="btn_right">
<c:if test="${not empty infoAplctOrd}">
<button type="button" id="regBtn" class="btnType04" onclick="fn_eduRegPopup('<c:out value="${info.prcsAplctPrdOrd}"/>');" data-info="<c:out value='${info.prcsAplctPrdOrd}'/>" data-tooltip="target_confirm_popup"> <button type="button" id="regBtn" class="btnType04" onclick="fn_eduRegPopup('<c:out value="${info.prcsAplctPrdOrd}"/>');" data-info="<c:out value='${info.prcsAplctPrdOrd}'/>" data-tooltip="target_confirm_popup">
<c:choose> <c:choose>
@ -394,8 +395,9 @@
<kc:code codeId="VEA004" code="${info.ddlnCd}"/> <kc:code codeId="VEA004" code="${info.ddlnCd}"/>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<!-- 신청 --> <!-- 신청 -->
</button> </button>
</c:if>
</div> </div>
</div> </div>