2024-02-27 18:28 체험교실 알림 추가
This commit is contained in:
parent
b0b2fa627e
commit
bb6fbff7d4
@ -307,6 +307,29 @@ public class InnorixFileServiceImpl extends EgovAbstractServiceImpl implements I
|
|||||||
//저장
|
//저장
|
||||||
vEEduMIXService.insertExprnClsrmEndInfo(vEEduAplctVO);
|
vEEduMIXService.insertExprnClsrmEndInfo(vEEduAplctVO);
|
||||||
|
|
||||||
|
System.out.println("vEEduAplctVO.getLctrDivCd()");
|
||||||
|
System.out.println(adrInnorixFileVO.getLctrDivCd());
|
||||||
|
System.out.println(adrInnorixFileVO.getAprvlCd());
|
||||||
|
|
||||||
|
if(
|
||||||
|
"30".equals(adrInnorixFileVO.getLctrDivCd())
|
||||||
|
&& "10".equals(adrInnorixFileVO.getAprvlCd()) //결과보고 제출
|
||||||
|
){
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
adrInnorixFileVO.getLctrDivCd(),
|
||||||
|
adrInnorixFileVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_60,
|
||||||
|
adrInnorixFileVO.getEduAplctOrd(),
|
||||||
|
adrInnorixFileVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
return new RestResponse(HttpStatus.BAD_REQUEST, "등록에 실패하였습니다.", LocalDateTime.now());
|
return new RestResponse(HttpStatus.BAD_REQUEST, "등록에 실패하였습니다.", LocalDateTime.now());
|
||||||
@ -427,6 +450,29 @@ public class InnorixFileServiceImpl extends EgovAbstractServiceImpl implements I
|
|||||||
//저장
|
//저장
|
||||||
vEEduMIXService.updateRsltRprtFileId(vEEduAplctVO);
|
vEEduMIXService.updateRsltRprtFileId(vEEduAplctVO);
|
||||||
|
|
||||||
|
System.out.println("vEEduAplctVO.getLctrDivCd()");
|
||||||
|
System.out.println(adrInnorixFileVO.getLctrDivCd());
|
||||||
|
System.out.println(adrInnorixFileVO.getAprvlCd());
|
||||||
|
|
||||||
|
if(
|
||||||
|
"30".equals(adrInnorixFileVO.getLctrDivCd())
|
||||||
|
&& "10".equals(adrInnorixFileVO.getAprvlCd()) //결과보고 제출
|
||||||
|
){
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
adrInnorixFileVO.getLctrDivCd(),
|
||||||
|
adrInnorixFileVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_60,
|
||||||
|
adrInnorixFileVO.getEduAplctOrd(),
|
||||||
|
adrInnorixFileVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
return new RestResponse(HttpStatus.BAD_REQUEST, "등록에 실패하였습니다.", LocalDateTime.now());
|
return new RestResponse(HttpStatus.BAD_REQUEST, "등록에 실패하였습니다.", LocalDateTime.now());
|
||||||
|
|||||||
@ -652,7 +652,35 @@ public class NotifyManageServiceImpl extends EgovAbstractServiceImpl implements
|
|||||||
|
|
||||||
}
|
}
|
||||||
else if( "30".equals(p_lctrDivCd) ) { //체험
|
else if( "30".equals(p_lctrDivCd) ) { //체험
|
||||||
notifyPath = "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDetail.do";
|
notifyPath = "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.do";
|
||||||
|
|
||||||
|
if (
|
||||||
|
"11".equals(p_noti_status) //수정요청 - to 신청자
|
||||||
|
||"20".equals(p_noti_status) //운영확정
|
||||||
|
||"40".equals(p_noti_status) //서류제출요청
|
||||||
|
||"70".equals(p_noti_status) //검토중
|
||||||
|
||"80".equals(p_noti_status) //운영종료
|
||||||
|
/*
|
||||||
|
||"12".equals(p_noti_status) 문자 & 메일은 이동 대상 페이지 없음
|
||||||
|
||"13".equals(p_noti_status)
|
||||||
|
*/
|
||||||
|
) {
|
||||||
|
notifyPath = "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.do"; //사용자 - 나의강의실- 상세
|
||||||
|
|
||||||
|
}else if (
|
||||||
|
"13".equals(p_noti_status) //수정완료 - to 운영자 - 상세
|
||||||
|
|| "50".equals(p_noti_status) //서류제출 - to 운영자 - 상세
|
||||||
|
|| "60".equals(p_noti_status) //결과보고제출 - to 운영자 - 상세
|
||||||
|
) {
|
||||||
|
notifyPath = "/kccadr/oprtn/cpyrgExprnClsrm/oprtnAplctMngDetail.do"; //운영자 - 처리상태관리 - 상세
|
||||||
|
|
||||||
|
}else if (
|
||||||
|
"60".equals(p_noti_status) //결과보고제출 - to 운영자 - 상세
|
||||||
|
) {
|
||||||
|
notifyPath = "/kccadr/oprtn/cpyrgExprnClsrm/oprtnStateMngDetail.do"; //운영자 - 운영현황관리 - 상세
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else if( "50".equals(p_lctrDivCd) ) { //실무
|
else if( "50".equals(p_lctrDivCd) ) { //실무
|
||||||
notifyPath = "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDetail.do";
|
notifyPath = "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDetail.do";
|
||||||
@ -870,6 +898,31 @@ public class NotifyManageServiceImpl extends EgovAbstractServiceImpl implements
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}else if( "30".equals(p_lctrDivCd) ) { //체험교실
|
||||||
|
if (
|
||||||
|
"13".equals(p_noti_status) //13-수정완료
|
||||||
|
|| "50".equals(p_noti_status) //50-서류제출
|
||||||
|
|| "60".equals(p_noti_status) //60-결과보고제출
|
||||||
|
|
||||||
|
) { //10-교육신청
|
||||||
|
//담당 관리자에게 모두 알림
|
||||||
|
p_notifyManageVO.setFirstIndex(0);
|
||||||
|
p_notifyManageVO.setRecordCountPerPage(1000);
|
||||||
|
// 담당자 조회
|
||||||
|
notifyManageListVO = notifyManageDAO.selectMngPagingList(p_notifyManageVO);
|
||||||
|
|
||||||
|
}else if (
|
||||||
|
"11".equals(p_noti_status) //11-교육상태변경(수정요청)
|
||||||
|
|| "20".equals(p_noti_status) //20-상태변경(운영확정)
|
||||||
|
|| "40".equals(p_noti_status) //40-상태변경(서류제출요청)
|
||||||
|
|| "70".equals(p_noti_status) //70-상태변경(검토중)
|
||||||
|
|| "80".equals(p_noti_status) //80-상태변경(운영종료)
|
||||||
|
) {
|
||||||
|
|
||||||
|
//해당 신청자에게 알림
|
||||||
|
p_notifyManageVO.setToUserId(notifyManageDAO.findByUserIdFromVE_EDU_APLCT(p_notifyManageVO.getEduAplctOrd()));
|
||||||
|
|
||||||
|
}
|
||||||
}else if( "50".equals(p_lctrDivCd) ) { //실무역량
|
}else if( "50".equals(p_lctrDivCd) ) { //실무역량
|
||||||
if (
|
if (
|
||||||
"10".equals(p_noti_status) //10-교육신청
|
"10".equals(p_noti_status) //10-교육신청
|
||||||
@ -1093,7 +1146,33 @@ public class NotifyManageServiceImpl extends EgovAbstractServiceImpl implements
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if( "30".equals(p_lctrDivCd) ) { //체험
|
else if( "30".equals(p_lctrDivCd) ) { //체험
|
||||||
notifyCn = "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDetail.do";
|
notifyCn = "교육 상태가 변경 되었습니다.";
|
||||||
|
|
||||||
|
if ("11".equals(p_noti_status)) {
|
||||||
|
notifyCn = "교육 상태가 변경[수정요청] 되었습니다.";
|
||||||
|
|
||||||
|
}else if ("13".equals(p_noti_status)) {
|
||||||
|
notifyCn = "교육 상태가 변경[수정완료] 되었습니다.";
|
||||||
|
|
||||||
|
}else if ("20".equals(p_noti_status)) {
|
||||||
|
notifyCn = "교육 상태가 변경[운영확정] 되었습니다.";
|
||||||
|
|
||||||
|
}else if ("40".equals(p_noti_status)) {
|
||||||
|
notifyCn = "교육 상태가 변경[서류제출 요청] 되었습니다.";
|
||||||
|
|
||||||
|
}else if ("50".equals(p_noti_status)) {
|
||||||
|
notifyCn = "교육 상태가 변경[서류제출] 되었습니다.";
|
||||||
|
|
||||||
|
}else if ("60".equals(p_noti_status)) {
|
||||||
|
notifyCn = "교육 상태가 변경[결과보고 제출] 되었습니다.";
|
||||||
|
|
||||||
|
}else if ("70".equals(p_noti_status)) {
|
||||||
|
notifyCn = "교육 상태가 변경[검토중] 되었습니다.";
|
||||||
|
|
||||||
|
}else if ("80".equals(p_noti_status)) {
|
||||||
|
notifyCn = "교육 상태가 변경[운영종료] 되었습니다.";
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if( "50".equals(p_lctrDivCd) ) { //실무
|
else if( "50".equals(p_lctrDivCd) ) { //실무
|
||||||
if ("10".equals(p_noti_status)) {
|
if ("10".equals(p_noti_status)) {
|
||||||
|
|||||||
@ -18,6 +18,7 @@ import kcc.com.utl.user.service.CheckFileUtil;
|
|||||||
import kcc.com.utl.user.service.CheckLoginUtil;
|
import kcc.com.utl.user.service.CheckLoginUtil;
|
||||||
import kcc.let.uss.notify.service.NotifyManageService;
|
import kcc.let.uss.notify.service.NotifyManageService;
|
||||||
import kcc.let.utl.fcc.service.EgovCryptoUtil;
|
import kcc.let.utl.fcc.service.EgovCryptoUtil;
|
||||||
|
import kcc.let.utl.fcc.service.ITNotiUtil;
|
||||||
import kcc.ve.aplct.cpyrgExprnClsrm.exprnClsrmAplct.service.ExprnClsrmAplctService;
|
import kcc.ve.aplct.cpyrgExprnClsrm.exprnClsrmAplct.service.ExprnClsrmAplctService;
|
||||||
import kcc.ve.cmm.VeConstants;
|
import kcc.ve.cmm.VeConstants;
|
||||||
import kcc.ve.instr.tngrVisitEdu.eduInfo.service.VEEduAplctOnlnService;
|
import kcc.ve.instr.tngrVisitEdu.eduInfo.service.VEEduAplctOnlnService;
|
||||||
@ -96,6 +97,9 @@ public class ExprnClsrmAplctServiceImpl implements ExprnClsrmAplctService {
|
|||||||
@Resource(name = "vEEduChasiDAO")
|
@Resource(name = "vEEduChasiDAO")
|
||||||
private VEEduChasiDAO vVEEduChasiDAO;
|
private VEEduChasiDAO vVEEduChasiDAO;
|
||||||
|
|
||||||
|
//알림
|
||||||
|
@Resource(name = "iTNotiUtil")
|
||||||
|
private ITNotiUtil iTNotiUtil;
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -265,6 +269,47 @@ public class ExprnClsrmAplctServiceImpl implements ExprnClsrmAplctService {
|
|||||||
vEEduChasiVO.setLrnCn(s_lrnCn[i]);
|
vEEduChasiVO.setLrnCn(s_lrnCn[i]);
|
||||||
vEEduChasiVO.setRmrks(s_rmrks[i]);
|
vEEduChasiVO.setRmrks(s_rmrks[i]);
|
||||||
vVEEduChasiDAO.insert(vEEduChasiVO);
|
vVEEduChasiDAO.insert(vEEduChasiVO);
|
||||||
|
|
||||||
|
if(
|
||||||
|
"50".equals(vEEduAplctVO.getAprvlCd()) //서류제출
|
||||||
|
){
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_50,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}else if("30".equals(vEEduAplctVO.getLctrDivCd())
|
||||||
|
&& "13".equals(vEEduAplctVO.getAprvlCd())
|
||||||
|
) { //체험교실 수정 요청에 대한 수정 완료시
|
||||||
|
|
||||||
|
if(
|
||||||
|
"13".equals(vEEduAplctVO.getAprvlCd())
|
||||||
|
) { //체험교실 수정 요청에 대한 수정 완료시
|
||||||
|
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_13,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -34,9 +34,9 @@ import kcc.let.uss.olp.qri.service.QustnrRespondInfoVO;
|
|||||||
import kcc.let.uss.olp.qrm.service.EgovQustnrRespondManageService;
|
import kcc.let.uss.olp.qrm.service.EgovQustnrRespondManageService;
|
||||||
import kcc.let.uss.olp.qrm.service.QustnrRespondManageVO;
|
import kcc.let.uss.olp.qrm.service.QustnrRespondManageVO;
|
||||||
import kcc.let.utl.fcc.service.EgovCryptoUtil;
|
import kcc.let.utl.fcc.service.EgovCryptoUtil;
|
||||||
|
import kcc.let.utl.fcc.service.ITNotiUtil;
|
||||||
import kcc.ve.aplct.cpyrgExprnClsrm.exprnClsrmAplct.service.ExprnClsrmAplctService;
|
import kcc.ve.aplct.cpyrgExprnClsrm.exprnClsrmAplct.service.ExprnClsrmAplctService;
|
||||||
import kcc.ve.cmm.VeConstants;
|
import kcc.ve.cmm.VeConstants;
|
||||||
import kcc.ve.cmm.VeSendMail;
|
|
||||||
import kcc.ve.instr.tngrVisitEdu.eduInfo.service.VEEduAplctOnlnService;
|
import kcc.ve.instr.tngrVisitEdu.eduInfo.service.VEEduAplctOnlnService;
|
||||||
import kcc.ve.instr.tngrVisitEdu.eduInfo.service.VEEduAplctService;
|
import kcc.ve.instr.tngrVisitEdu.eduInfo.service.VEEduAplctService;
|
||||||
import kcc.ve.instr.tngrVisitEdu.eduInfo.service.VEEduAplctVO;
|
import kcc.ve.instr.tngrVisitEdu.eduInfo.service.VEEduAplctVO;
|
||||||
@ -154,6 +154,10 @@ public class ExprnClsrmEndController {
|
|||||||
@Resource(name = "vEPrcsAplctPrdService")
|
@Resource(name = "vEPrcsAplctPrdService")
|
||||||
private VEPrcsAplctPrdService vEPrcsAplctPrdService;
|
private VEPrcsAplctPrdService vEPrcsAplctPrdService;
|
||||||
|
|
||||||
|
//알림
|
||||||
|
@Resource(name = "iTNotiUtil")
|
||||||
|
private ITNotiUtil iTNotiUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 체험교실 완료목록
|
* 체험교실 완료목록
|
||||||
*/
|
*/
|
||||||
@ -587,6 +591,64 @@ public class ExprnClsrmEndController {
|
|||||||
vEEduAplctVO.setLastUpdusrId(loginVO.getUniqId());
|
vEEduAplctVO.setLastUpdusrId(loginVO.getUniqId());
|
||||||
int rs = vEEduAplctService.statusUpdate(vEEduAplctVO);
|
int rs = vEEduAplctService.statusUpdate(vEEduAplctVO);
|
||||||
|
|
||||||
|
if(
|
||||||
|
"30".equals(vEEduAplctVO.getLctrDivCd())
|
||||||
|
){
|
||||||
|
|
||||||
|
if(
|
||||||
|
"60".equals(vEEduAplctVO.getAprvlCd()) //결과보고 제출
|
||||||
|
){
|
||||||
|
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_60,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}else if(
|
||||||
|
"70".equals(vEEduAplctVO.getAprvlCd()) //검토중
|
||||||
|
){
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_70,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}else if(
|
||||||
|
"80".equals(vEEduAplctVO.getAprvlCd()) //운영종료
|
||||||
|
){
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_80,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
modelAndView.addObject("rsCnt", rs);
|
modelAndView.addObject("rsCnt", rs);
|
||||||
modelAndView.addObject("result", "success");
|
modelAndView.addObject("result", "success");
|
||||||
return modelAndView;
|
return modelAndView;
|
||||||
|
|||||||
@ -180,8 +180,87 @@ public class CommonManageWebController {
|
|||||||
System.out.println(vEEduAplctVO.getLctrDivCd());
|
System.out.println(vEEduAplctVO.getLctrDivCd());
|
||||||
// 알림 insert
|
// 알림 insert
|
||||||
if(
|
if(
|
||||||
|
"30".equals(vEEduAplctVO.getLctrDivCd()) //체험
|
||||||
|
) {
|
||||||
|
|
||||||
|
if ("11".equals(vEEduAplctVO.getAprvlCd())) { //수정요청
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_11,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}else if ("20".equals(vEEduAplctVO.getAprvlCd())) { //선청처리
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_20,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}else if ("40".equals(vEEduAplctVO.getAprvlCd())) { //서류제출요청
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_40,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}else if ("70".equals(vEEduAplctVO.getAprvlCd())) { //검토중
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_70,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}else if ("80".equals(vEEduAplctVO.getAprvlCd())) { //운영종료
|
||||||
|
try {
|
||||||
|
iTNotiUtil.insertNotifyNew(
|
||||||
|
vEEduAplctVO.getLctrDivCd(),
|
||||||
|
loginVO.getUniqId(),
|
||||||
|
VeConstants.NOTI_STATUS_80,
|
||||||
|
vEEduAplctVO.getEduAplctOrd(),
|
||||||
|
vEEduAplctVO.getEduChasiOrd(),
|
||||||
|
"1",
|
||||||
|
"1"
|
||||||
|
);
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}else if(
|
||||||
"20".equals(vEEduAplctVO.getLctrDivCd()) //성인
|
"20".equals(vEEduAplctVO.getLctrDivCd()) //성인
|
||||||
|| "30".equals(vEEduAplctVO.getLctrDivCd())
|
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
//old
|
//old
|
||||||
|
|||||||
@ -109,6 +109,7 @@
|
|||||||
data: {
|
data: {
|
||||||
"eduAplctOrd" : $("#eduAplctOrd").val() ,
|
"eduAplctOrd" : $("#eduAplctOrd").val() ,
|
||||||
"aprvlCd" : statusVal,
|
"aprvlCd" : statusVal,
|
||||||
|
"lctrDivCd" : $("#lctrDivCd").val()
|
||||||
},
|
},
|
||||||
dataType:'json',
|
dataType:'json',
|
||||||
success:function(returnData){
|
success:function(returnData){
|
||||||
|
|||||||
@ -304,6 +304,7 @@
|
|||||||
, "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val()
|
, "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val()
|
||||||
, "innorixFileListVO": data
|
, "innorixFileListVO": data
|
||||||
, "successMsg" : msg
|
, "successMsg" : msg
|
||||||
|
, "lctrDivCd" : "30"
|
||||||
}
|
}
|
||||||
|
|
||||||
if(fn_innorixCmmAjax(sendData, url) == "OK")
|
if(fn_innorixCmmAjax(sendData, url) == "OK")
|
||||||
@ -371,6 +372,7 @@
|
|||||||
, "aprvlCd" : $('#aprvlCd').val()
|
, "aprvlCd" : $('#aprvlCd').val()
|
||||||
, "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val()
|
, "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val()
|
||||||
, "successMsg" : "제출 완료되었습니다."
|
, "successMsg" : "제출 완료되었습니다."
|
||||||
|
, "lctrDivCd" : "30"
|
||||||
}
|
}
|
||||||
if(fn_innorixCmmAjax(sendData, url) == "OK")
|
if(fn_innorixCmmAjax(sendData, url) == "OK")
|
||||||
{
|
{
|
||||||
|
|||||||
@ -305,6 +305,7 @@
|
|||||||
, "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val()
|
, "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val()
|
||||||
, "innorixFileListVO": data
|
, "innorixFileListVO": data
|
||||||
, "successMsg" : msg
|
, "successMsg" : msg
|
||||||
|
, "lctrDivCd" : "30"
|
||||||
}
|
}
|
||||||
|
|
||||||
if(fn_innorixCmmAjax(sendData, url) == "OK")
|
if(fn_innorixCmmAjax(sendData, url) == "OK")
|
||||||
@ -370,6 +371,7 @@
|
|||||||
, "aprvlCd" : $('#aprvlCd').val()
|
, "aprvlCd" : $('#aprvlCd').val()
|
||||||
, "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val()
|
, "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val()
|
||||||
, "successMsg" : "제출 완료되었습니다."
|
, "successMsg" : "제출 완료되었습니다."
|
||||||
|
, "lctrDivCd" : "30"
|
||||||
}
|
}
|
||||||
if(fn_innorixCmmAjax(sendData, url) == "OK")
|
if(fn_innorixCmmAjax(sendData, url) == "OK")
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user