이지우 - 사용자 성인 교육 신청 시 관리자 noti pk 관련 수정

This commit is contained in:
jiwoo 2024-02-02 16:20:10 +09:00
parent 3ed9ec5244
commit 8aadeaaf88

View File

@ -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);
}
// }