|
|
@ -86,22 +86,19 @@ public class XitBbsCreateMngServiceBean extends AbstractServiceBean implements X
|
|
|
|
if ("Y".equals(vo.getBbsUseFlag())) {
|
|
|
|
if ("Y".equals(vo.getBbsUseFlag())) {
|
|
|
|
bbsPrcuseVO = new XitBbsPrcuseVO();
|
|
|
|
bbsPrcuseVO = new XitBbsPrcuseVO();
|
|
|
|
|
|
|
|
|
|
|
|
bbsPrcuseVO.setBbs_id(bbsId);
|
|
|
|
bbsPrcuseVO.setBbs_id(bbsId);
|
|
|
|
bbsPrcuseVO.setTrget_id(vo.getTrgetId());
|
|
|
|
bbsPrcuseVO.setTrget_id(vo.getTrgetId());
|
|
|
|
bbsPrcuseVO.setRegist_se_code(vo.getRegistSeCode());
|
|
|
|
bbsPrcuseVO.setRegist_se_code(vo.getRegistSeCode());
|
|
|
|
bbsPrcuseVO.setRgtr(vo.getRgtr());
|
|
|
|
bbsPrcuseVO.setRgtr(vo.getRgtr());
|
|
|
|
bbsPrcuseVO.setUse_yn("Y");
|
|
|
|
bbsPrcuseVO.setUse_yn("Y");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 처리
|
|
|
|
* 처리
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
//게시판마스터
|
|
|
|
//게시판마스터
|
|
|
|
xitFrameCrudService.addXitBbsMastr(bbsMastrVO);
|
|
|
|
xitFrameCrudService.addXitBbsMastr(bbsMastrVO);
|
|
|
|
if(bbsPrcuseVO != null)
|
|
|
|
if (bbsPrcuseVO != null)
|
|
|
|
xitFrameCrudService.addXitBbsPrcuse(bbsPrcuseVO);
|
|
|
|
xitFrameCrudService.addXitBbsPrcuse(bbsPrcuseVO);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|