2024-03-18 17:49 실무역량강화 관리자 승인 처리 수정
This commit is contained in:
parent
188640b804
commit
1f9ef208a3
@ -288,6 +288,22 @@ public class VEPrcsAplctPrdServiceImpl implements VEPrcsAplctPrdService {
|
|||||||
vEPrcsMIXDAO.deleteAplctDetailInfo(vEPrcsDetailVO);
|
vEPrcsMIXDAO.deleteAplctDetailInfo(vEPrcsDetailVO);
|
||||||
//vEPrcsMIXDAO.updateSspnIdmtTrgtCancelNew(vEPrcsDetailVO);
|
//vEPrcsMIXDAO.updateSspnIdmtTrgtCancelNew(vEPrcsDetailVO);
|
||||||
|
|
||||||
|
}else if ("3".equals(vEPrcsDetailVO.getReqNo())) {
|
||||||
|
//대상자 교육신청후 관리자가 교육승인
|
||||||
|
//ve_prcs_aplct_prd : 처리 없음
|
||||||
|
//ve_edu_aplct : update aprvl_cd=20
|
||||||
|
//vea_aplct_detail_info : update aplct_state_cd=null
|
||||||
|
|
||||||
|
VEEduAplctVO vEEduAplctVO = new VEEduAplctVO();
|
||||||
|
vEEduAplctVO.setEduAplctOrd(vEPrcsDetailVO.getEduAplctOrd());
|
||||||
|
|
||||||
|
//vEPrcsAplctPrdDAO.delete(vEPrcsDetailVO);
|
||||||
|
|
||||||
|
//vEEduAplctDAO.delete(vEEduAplctVO);
|
||||||
|
vEEduAplctDAO.updateSspnIdmtTrgtCancelNew(vEPrcsDetailVO);
|
||||||
|
vEPrcsMIXDAO.updateAplctDetailInfo(vEPrcsDetailVO);
|
||||||
|
//vEPrcsMIXDAO.updateSspnIdmtTrgtCancelNew(vEPrcsDetailVO);
|
||||||
|
|
||||||
}else if ("4".equals(vEPrcsDetailVO.getReqNo())) {
|
}else if ("4".equals(vEPrcsDetailVO.getReqNo())) {
|
||||||
//대상자 교육신청후 관리자가 반려 처리
|
//대상자 교육신청후 관리자가 반려 처리
|
||||||
//ve_prcs_aplct_prd : 처리 없음
|
//ve_prcs_aplct_prd : 처리 없음
|
||||||
|
|||||||
@ -1051,6 +1051,12 @@
|
|||||||
LAST_UPDT_PNTTM = SYSDATE
|
LAST_UPDT_PNTTM = SYSDATE
|
||||||
,LAST_UPDUSR_ID = #lastUpdusrId#
|
,LAST_UPDUSR_ID = #lastUpdusrId#
|
||||||
|
|
||||||
|
<isEqual property="reqNo" compareValue="3">
|
||||||
|
/* 확정 후 취소 요청 edu_state_cd=30,req_state_cd=20 */
|
||||||
|
, aprvl_cd = '20'
|
||||||
|
|
||||||
|
</isEqual>
|
||||||
|
|
||||||
<isEqual property="reqNo" compareValue="4">
|
<isEqual property="reqNo" compareValue="4">
|
||||||
/* 확정 후 취소 요청 edu_state_cd=30,req_state_cd=20 */
|
/* 확정 후 취소 요청 edu_state_cd=30,req_state_cd=20 */
|
||||||
, aprvl_cd = '30'
|
, aprvl_cd = '30'
|
||||||
|
|||||||
@ -632,6 +632,12 @@
|
|||||||
LAST_UPDT_PNTTM = SYSDATE
|
LAST_UPDT_PNTTM = SYSDATE
|
||||||
,LAST_UPDUSR_ID = #lastUpdusrId#
|
,LAST_UPDUSR_ID = #lastUpdusrId#
|
||||||
|
|
||||||
|
<isEqual property="reqNo" compareValue="3">
|
||||||
|
/* 신청 후 관리자 반려 aplct_state_cd=50 */
|
||||||
|
, aplct_state_cd = null
|
||||||
|
|
||||||
|
</isEqual>
|
||||||
|
|
||||||
<isEqual property="reqNo" compareValue="4">
|
<isEqual property="reqNo" compareValue="4">
|
||||||
/* 신청 후 관리자 반려 aplct_state_cd=50 */
|
/* 신청 후 관리자 반려 aplct_state_cd=50 */
|
||||||
, aplct_state_cd = '50'
|
, aplct_state_cd = '50'
|
||||||
|
|||||||
@ -757,7 +757,8 @@
|
|||||||
<button type="button" class="btn_type04" onclick="location.href='<c:url value="/kccadr/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctPrdMngList.do" />'; return false;">강의목록</button>
|
<button type="button" class="btn_type04" onclick="location.href='<c:url value="/kccadr/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctPrdMngList.do" />'; return false;">강의목록</button>
|
||||||
<%-- <button type="button" class="btn_type04" onclick="updateEduAplctOrd(30, '<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">접수취소(반려)</button> --%>
|
<%-- <button type="button" class="btn_type04" onclick="updateEduAplctOrd(30, '<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">접수취소(반려)</button> --%>
|
||||||
<button type="button" class="btn_type04" onclick="fncCancelUserList('<c:out value="${info.prcsAplctPrdOrd }" />','4'); return false;">접수취소(반려)</button>
|
<button type="button" class="btn_type04" onclick="fncCancelUserList('<c:out value="${info.prcsAplctPrdOrd }" />','4'); return false;">접수취소(반려)</button>
|
||||||
<button type="button" class="btn_type04" onclick="updateEduAplctOrd(20, '<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">교육승인</button>
|
<%-- <button type="button" class="btn_type04" onclick="updateEduAplctOrd(20, '<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">교육승인</button> --%>
|
||||||
|
<button type="button" class="btn_type04" onclick="fncCancelUserList('<c:out value="${info.prcsAplctPrdOrd }" />','3'); return false;">교육승인</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user