이지우 - 사용자 성인 교육 신청 시 관리자 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) {
|
||||
|
||||
NotifyManageVO notifyManageVO = new NotifyManageVO();
|
||||
notifyManageVO.setCmmNotifyOrd(veaCmmNotifyOrdGnrService.getNextStringId());
|
||||
notifyManageVO.setLctrDivCd(lctrDivCd);
|
||||
notifyManageVO.setNotifyCn("["+loginVO.getId()+"]["+eduChasiOrdList.size()+"개 차시] 교육신청을 하였습니다.");
|
||||
String notifyPath = "";
|
||||
@ -114,6 +113,7 @@ public class NotifyManageServiceImpl extends EgovAbstractServiceImpl implements
|
||||
notifyManageVO.setFrstRegisterId(loginVO.getUniqId());
|
||||
for(NotifyManageVO vo : notifyManageListVO) {
|
||||
notifyManageVO.setToUserId(vo.getMngUserId());
|
||||
notifyManageVO.setCmmNotifyOrd(veaCmmNotifyOrdGnrService.getNextStringId());
|
||||
notifyManageDAO.insertNotifyInfo(notifyManageVO);
|
||||
}
|
||||
// }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user