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);
|
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);
|
||||||
|
|||||||
@ -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>
|
||||||
@ -396,6 +397,7 @@
|
|||||||
</c:choose>
|
</c:choose>
|
||||||
<!-- 신청 -->
|
<!-- 신청 -->
|
||||||
</button>
|
</button>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user