2024-03-04 16:23 체험교실 알림 링크 수정
This commit is contained in:
parent
c6a1a7dda3
commit
c7aff4e352
@ -171,6 +171,19 @@ public class EgovMainController {
|
||||
|
||||
|
||||
try {
|
||||
|
||||
if ("30".equals(result.getLctrDivCd())){ //체험교실은 다른게 바로가기를 만든다.
|
||||
//eduAplctOrd:eduAplct_00000015581
|
||||
List<NotifyManageVO> notifyParamList = new ArrayList<NotifyManageVO>();
|
||||
NotifyManageVO tInfo = new NotifyManageVO();
|
||||
tInfo.setSiteNm("eduAplctOrd");
|
||||
tInfo.setParams(result.getEduAplctOrd());
|
||||
|
||||
notifyParamList.add(tInfo);
|
||||
|
||||
model.addAttribute("notifyParamList", notifyParamList);
|
||||
|
||||
}else{
|
||||
//세부과정 목록 조회
|
||||
String[] a_params = result.getParams().split(",");
|
||||
|
||||
@ -185,6 +198,9 @@ public class EgovMainController {
|
||||
}
|
||||
|
||||
model.addAttribute("notifyParamList", notifyParamList);
|
||||
}//eduAplctOrd:eduAplct_00000015581
|
||||
|
||||
|
||||
|
||||
}catch(Exception ex) {
|
||||
ex.printStackTrace();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user