이지우 - 사용자 성인 교육 신청 시 관리자 noti pk 관련 수정
This commit is contained in:
parent
3ed9ec5244
commit
8aadeaaf88
@ -97,7 +97,6 @@ public class NotifyManageServiceImpl extends EgovAbstractServiceImpl implements
|
|||||||
// for(String chasi : eduChasiOrdList) {
|
// for(String chasi : eduChasiOrdList) {
|
||||||
|
|
||||||
NotifyManageVO notifyManageVO = new NotifyManageVO();
|
NotifyManageVO notifyManageVO = new NotifyManageVO();
|
||||||
notifyManageVO.setCmmNotifyOrd(veaCmmNotifyOrdGnrService.getNextStringId());
|
|
||||||
notifyManageVO.setLctrDivCd(lctrDivCd);
|
notifyManageVO.setLctrDivCd(lctrDivCd);
|
||||||
notifyManageVO.setNotifyCn("["+loginVO.getId()+"]["+eduChasiOrdList.size()+"개 차시] 교육신청을 하였습니다.");
|
notifyManageVO.setNotifyCn("["+loginVO.getId()+"]["+eduChasiOrdList.size()+"개 차시] 교육신청을 하였습니다.");
|
||||||
String notifyPath = "";
|
String notifyPath = "";
|
||||||
@ -114,6 +113,7 @@ public class NotifyManageServiceImpl extends EgovAbstractServiceImpl implements
|
|||||||
notifyManageVO.setFrstRegisterId(loginVO.getUniqId());
|
notifyManageVO.setFrstRegisterId(loginVO.getUniqId());
|
||||||
for(NotifyManageVO vo : notifyManageListVO) {
|
for(NotifyManageVO vo : notifyManageListVO) {
|
||||||
notifyManageVO.setToUserId(vo.getMngUserId());
|
notifyManageVO.setToUserId(vo.getMngUserId());
|
||||||
|
notifyManageVO.setCmmNotifyOrd(veaCmmNotifyOrdGnrService.getNextStringId());
|
||||||
notifyManageDAO.insertNotifyInfo(notifyManageVO);
|
notifyManageDAO.insertNotifyInfo(notifyManageVO);
|
||||||
}
|
}
|
||||||
// }
|
// }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user