2024-04-17 17:24 신청상세가 안나오는 문제 수정
This commit is contained in:
parent
1259a13131
commit
2f3a800077
@ -544,7 +544,12 @@ public class FndtnEnhanceTrnController {
|
||||
//과정 조회
|
||||
VEPrcsDetailVO vEPrcsDetailVODetail = vEPrcsAplctPrdService.selectDetailNewOne4Fndth(vEPrcsDetailVO);
|
||||
VEEduAplctVO vEEduAplctReqVO = new VEEduAplctVO();
|
||||
try {
|
||||
vEEduAplctReqVO.setUserId(loginVO.getUniqId());
|
||||
}catch(Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
||||
vEEduAplctReqVO.setLctrDivCd(vEPrcsDetailVODetail.getLctrDivCd());
|
||||
vEEduAplctReqVO.setPrcsAplctPrdOrd(vEPrcsDetailVODetail.getPrcsAplctPrdOrd());
|
||||
vEEduAplctReqVO.setLctrDivCd(VeConstants.LCTR_DIV_CD_50);
|
||||
|
||||
@ -384,6 +384,7 @@
|
||||
</c:if>
|
||||
</div>
|
||||
<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">
|
||||
|
||||
<c:choose>
|
||||
@ -394,8 +395,9 @@
|
||||
<kc:code codeId="VEA004" code="${info.ddlnCd}"/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<!-- 신청 -->
|
||||
<!-- 신청 -->
|
||||
</button>
|
||||
</c:if>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user