|
|
@ -91,17 +91,14 @@ public class XitBbsCreateMngServiceBean extends AbstractServiceBean implements X
|
|
|
|
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);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|