강석 최 2024-03-07 18:06:20 +09:00
commit 0d338b97b1
36 changed files with 1512 additions and 106 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -7,30 +7,36 @@ function EgovFooter() {
}else{
return (
<div className="footer">
<div className="upper">
<div className="row up">
<div className="col-2 left"><span>건설기준코드 <br />건설기준위원회 <br />정보제공 <br /></span>센터소개</div>
<div className="col-10 right"><span>건설기준코드 안내 | 건설기준코드 검색 | ()건설기준 검색<br />
진행현황 | 위원회 일정<br />
공지사항 | Q&A | 수요조사 | 주요행사 | 건설교육안내 | 기술자료 | 보도자료 | 관련사이트 | API서비스 | 영문기준 제공 | 건설기준용어 | 건설기준 연구 <br /></span>
인사말 | 연혁 | 홍보자료 | 주요업무 | 찾아오시는길
</div>
</div>
</div>
<div className="inner">
<h1>
<Link to="">
국가건설 기준센터
{/*<img className="w" src="/assets/images/logo_footer_w.png" alt="" />
<img className="m" src="/assets/images/logo_footer_m.png" alt="" />*/}
</Link>
<img className="w" src="/assets/images/copy3.png" alt="" />
</h1>
<div className="info">
<p>
대표문의메일 : kcsc@kict.re.kr <span className="m_hide">|</span><br className="m_show" /> 대표전화 : 0000-0000 (000-0000-0000)<br />
호환성확인 : 000-0000-0000 | 교육문의 : 0000-0000-0000
상호명 : 한국건설기술연구원 <span className="m_hide">|</span> 대표자 : 김병석 | 대표메일 : kcsc@kict.re.kr<br />
사업자등록번호 : 229-82-01135 | 주소 : 경기도 고양시 일산서구 고양대로 283(대화동)
</p>
<p className="copy">Copyright © 2021 Ministry Of The Interior And Safety. All Rights Reserved.</p>
<p className="copy">Copyright © 2011 KOREA INSTITUTE of CIVIL ENGINEERING and BUILDING TECHNOLOGY. All Rights Reserved.</p>
</div>
<div className="right_col">
<Link to="">
<img className="w" src="/assets/images/banner_w_01.png" alt="" />
<img className="m" src="/assets/images/banner_m_01.png" alt="" />
</Link>
<Link to="">
<img className="w" src="/assets/images/banner_w_02.png" alt="" />
<img className="m" src="/assets/images/banner_m_02.png" alt="" />
</Link>
{/*<Link to="">*/}
{/* <img className="w" src="/assets/images/banner_w_01.png" alt="" />*/}
{/* <img className="m" src="/assets/images/banner_m_01.png" alt="" />*/}
{/*</Link>*/}
{/*<Link to="">*/}
{/* <img className="w" src="/assets/images/banner_w_02.png" alt="" />*/}
{/* <img className="m" src="/assets/images/banner_m_02.png" alt="" />*/}
{/*</Link>*/}
</div>
</div>
</div>

View File

@ -71,21 +71,34 @@ function EgovHeader({ loginUser, onChangeLogin }) {
<div className="header">
<div className="inner">
<h1 className="logo">
<Link to={URL.MAIN} className="w">국가건설기준센터</Link>{/*<img src="/assets/images/logo_w.png" alt="국가건설기준센터" />*/}
<Link to={URL.MAIN} className="m">국가건설기준센터</Link>{/*<img src="/assets/images/logo_m.png" alt="국가건설기준센터" />*/}
<Link to={URL.MAIN} className="w">
<div className="logotop"><img src="/assets/images/copy.png" alt="국가건설기준센터" /></div><img src="/assets/images/logo.png" alt="국가건설기준센터" /></Link>
<Link to={URL.MAIN} className="m"><img src="/assets/images/logo_m.png" alt="국가건설기준센터" /></Link>{/*<img src="/assets/images/logo_m.png" alt="국가건설기준센터" />*/}
</h1>
<div className="gnb">
<h2 className="blind">주메뉴</h2>
<ul>
<li><NavLink to={URL.STANDARD_CODE_INFO} className={({ isActive }) => (isActive ? "cur" : "")}>건설기준코드</NavLink></li>
{/*<li><NavLink to={URL.ABOUT} className={({ isActive }) => (isActive ? "cur" : "")}>사이트소개</NavLink></li>*/}
<li><NavLink to={URL.INTRO} className={({ isActive }) => (isActive ? "cur" : "")}>정보마당</NavLink></li>
<li><NavLink to={URL.SUPPORT} className={({ isActive }) => (isActive ? "cur" : "")}>고객지원</NavLink></li>
<li><NavLink to={URL.INFORM} className={({ isActive }) => (isActive ? "cur" : "")}>알림마당</NavLink></li>
{sessionUserSe ==='ACC_TP01' &&
<li><NavLink to={URL.ADMIN} className={({ isActive }) => (isActive ? "cur" : "")}>사이트관리</NavLink></li>
}
<div className="row ">
<div className="w-100">
<form className="form-inline">
<div className="input-group w-75" style={{ border: "2px solid #1c488f", borderRadius: "20px", padding: "10px", width: "fit-content" }}>
<input type="text" className="form-control border-0" placeholder="검색어를 입력하세요." />
<div className="input-group-append">
<button type="button" className="topsearch"></button>
</div>
</div>
</form>
</div>
</div>
{/*<li><NavLink to={URL.STANDARD_CODE_INFO} className={({ isActive }) => (isActive ? "cur" : "")}>건설기준코드</NavLink></li>*/}
{/*/!*<li><NavLink to={URL.ABOUT} className={({ isActive }) => (isActive ? "cur" : "")}>사이트소개</NavLink></li>*!/*/}
{/*<li><NavLink to={URL.INTRO} className={({ isActive }) => (isActive ? "cur" : "")}>정보마당</NavLink></li>*/}
{/*<li><NavLink to={URL.SUPPORT} className={({ isActive }) => (isActive ? "cur" : "")}>고객지원</NavLink></li>*/}
{/*<li><NavLink to={URL.INFORM} className={({ isActive }) => (isActive ? "cur" : "")}>알림마당</NavLink></li>*/}
{/*{sessionUserSe ==='ACC_TP01' &&*/}
{/* <li><NavLink to={URL.ADMIN} className={({ isActive }) => (isActive ? "cur" : "")}>사이트관리</NavLink></li>*/}
{/*}*/}
</ul>
</div>

View File

@ -5,16 +5,17 @@ body {min-width: 1400px;}
.header {position: relative;}
.header::after {content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #dedede;}
.header > .inner {position: relative; width: 1400px; height: 150px; margin: 0 auto; padding: 0 50px;}
.header h1 {display: inline-block; margin-top: 62px;}
.header h1 {display: inline-block; margin-top: 32px;}
.header h1 a,
.header h1 img {display: block;}
.header .logo .m {display: none;}
.header .user_info {position: absolute; right: 50px; top: 20px; line-height: 30px;}
.header .logo .logotop {display: flex; width: 220px; justify-content: flex-end;}
.header .user_info {position: absolute; right: 50px; top: 10px; line-height: 30px;}
.header .user_info .person {display: inline-block; color: #169bd5; font-weight: 500;}
.header .user_info .person::before {content: ""; display: inline-block; width: 22px; height: 22px; margin-right: 7px; background: url(css/images/ico_person.png) no-repeat; background-size: contain; vertical-align: -4px;}
.header .user_info .btn {margin-left: 14px; padding: 0 20px; border-radius: 15px; color: #fff; font-size: 14px; line-height: 30px; background: #169bd5;}
.header .gnb {position: absolute; left: 430px; top: 78px; width: 920px;}
.header .gnb {position: absolute; left: 430px; top: 50px; width: 920px;}
.header .gnb ul {font-size: 0; text-align: center;}
.header .gnb ul::after {content: ""; display: block; clear: both;}
.header .gnb ul li {float: left;}
@ -22,11 +23,13 @@ body {min-width: 1400px;}
.header .gnb ul li a {color: #666; font-size: 20px; font-weight: 700; letter-spacing: -0.25px;}
.header .gnb ul li a.cur {color: #222;}
.header .right_a {position: absolute; right: 50px; top: 75px;}
.header .right_a {position: absolute; right: 50px; top: 65px;}
.header .right_a .btn {width: 30px; height: 30px; font-size: 0; background: url(css/images/ico_allmenu.png) no-repeat right; background-size: 22px 18px;}
.header .right_a .btn.active {background: url(css/images/ico_allmenu_close.png) no-repeat right; background-size: 22px 18px;}
.header .right_a .btn.mobile {display: none;}
.header .topsearch {width: 25px; height: 27px; background: url(css/images/ico_search_b.png) no-repeat; margin: 5px;}
/* All menu */
.all_menu {transition: transform .2s ease-in-out, opacity .2s ease-in-out; transform-origin: top; z-index: 10;}
.all_menu.Mobile {display: none;}
@ -75,14 +78,18 @@ body {min-width: 1400px;}
.location ul li a.home::before {content: ""; display: block; position: absolute; left: 0; top: 3px; width: 14px; height: 13px; background: url(css/images/ico_home.png) no-repeat;}
.footer {position: relative; height: 180px;}
.footer {position: relative; background-color: #2c394b; }
.footer .upper {width: 100%; background-color: #384556; font-size: 12px;}
.footer .upper .up {width: 1400px; margin: 0 auto; padding: 10px 50px; }
.footer .upper .up .left {text-align: right; color: #B4B5B7; font-weight: 700;}
.footer .upper .up .right {color: #96A1AE; }
.footer::before {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #ccc;}
.footer .inner {position: relative; width: 1400px; margin: 0 auto; padding: 0 50px;}
.footer .inner::after {content: ""; display: block; clear: both;}
.footer h1 {float: left; width: 220px; padding-top: 50px;}
.footer h1 {float: left; width: 220px; padding-top: 20px;}
.footer h1 .m {display: none;}
.footer .info {float: left; padding-top: 44px; color: #888; font-size: 16px; line-height: 26px;}
.footer .info .copy {margin-top: 12px;}
.footer .info {float: left; padding: 14px 10px; color: #888; font-size: 13px; }
.footer .info .copy {padding-top: 5px;}
.footer .info .m_show {display: none;}
.footer .right_col {position: absolute; right: 0; top: 73px; font-size: 0;}
.footer .right_col a {display: inline-block; margin-right: 60px; vertical-align: top;}

View File

@ -0,0 +1,187 @@
import React, {useState, useEffect, useRef} from 'react';
import {Link, useNavigate, useLocation, useParams} from 'react-router-dom';
import Modal from "react-bootstrap/Modal";
import * as EgovNet from 'api/egovFetch';
import URL from 'constants/url';
import CODE from 'constants/code';
import {default as EgovLeftNav} from 'components/leftmenu/EgovLeftNavAdmin';
import EgovRadioButtonGroup from 'components/EgovRadioButtonGroup';
import {Form} from "react-bootstrap";
function AdminPostMgtEdit({props, reloadFunction}) {
console.group("AdminPostMgtEdit");
console.log("[Start] AdminPostMgtEdit ------------------------------");
console.log("AdminPostMgtEdit [props] : ", props);
const navigate = useNavigate();
const location = useLocation();
const checkRef = useRef([]);
console.log("AdminPostMgtEdit [location] : ", location);
let item = null;
item = props;
console.log("@@@ item : " + JSON.stringify(item));
const [modeInfo, setModeInfo] = useState(item != null ? {mode: props.mode} : {mode: CODE.MODE_CREATE});
const [boardDetail, setBoardDetail] = useState({});
console.log("@@@ mode : " + modeInfo.mode);
useEffect(() => {
initMode();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
const initMode = () => {
if (modeInfo.mode === CODE.MODE_MODIFY) {
setBoardDetail(item);
}
}
function editPartnerSite(e) {
e.preventDefault();
e.stopPropagation();
const form = e.target;
const info = {
siteTitle: form.siteTitle.value,
siteUrl: form.siteUrl.value,
fileGrpId: form.fileGrpId.value,
siteOrder: form.siteOrder.value,
useYn: form.useYn.value
}
if (modeInfo.mode === CODE.MODE_MODIFY) {
info.siteSeq = props.siteSeq;
}
EgovNet.requestFetch(
'/admin/config/partner-site-mgt',
{
method: "PUT",
headers: {
'Content-type': 'application/json'
},
body: JSON.stringify(info)
},
(resp) => {
if (Number(resp.resultCode) === Number(CODE.RCV_SUCCESS)) {
alert("저장되었습니다.");
reloadFunction();
} else if (Number(resp.resultCode) === Number(CODE.RCV_ERROR_AUTH)) {
console.log("토큰 갱신중.")
} else {
alert(resp.result.resultMessage)
}
}
)
}
function deletePartnerSite(partnerSite){
if(window.confirm("삭제하시겠습니까?")) {
EgovNet.requestFetch(
'/admin/config/partner-site-mgt',
{
method: "DELETE",
headers: {
'Content-type': 'application/json'
},
body: JSON.stringify(partnerSite)
},
(resp) => {
if (Number(resp.resultCode) === Number(CODE.RCV_SUCCESS)) {
alert("삭제되었습니다.")
reloadFunction();
} else if (Number(resp.resultCode) === Number(CODE.RCV_ERROR_AUTH)) {
console.log("토큰 갱신중.")
} else {
alert(resp.result.resultMessage)
}
}
)
}
}
console.log("------------------------------AdminPostMgtEdit [End]");
console.groupEnd("AdminPostMgtEdit");
const [defaultFixedYn, setDefaultFixedYn] = useState(props?.fixedYn || "N");
return (
<>
{/* <!-- 본문 --> */}
<Modal.Header closeButton>
<Modal.Title>
{modeInfo.mode === CODE.MODE_CREATE && '글 작성'}
{modeInfo.mode === CODE.MODE_MODIFY && '글 수정'}
</Modal.Title>
</Modal.Header>
<Modal.Body>
<div className="board_view2">
<Form onSubmit={(e) => {editPartnerSite(e)}} noValidate>
<dl>
<dt><label htmlFor="siteTitle">상단고정</label><span className="req">필수</span></dt>
<dd>
<Form.Check
type="checkbox"
id="siteTitleCheckbox"
label="상단고정"
checked={defaultFixedYn === 'Y'}
onChange={(e) => setDefaultFixedYn(e.target.checked ? 'Y' : 'N')}
/>
</dd>
</dl>
<dl>
<dt><label htmlFor="siteTitle">비밀글</label><span className="req">필수</span></dt>
<dd>
<Form.Control className="f_input2 w_full" type="text" name="siteTitle" placeholder="비밀글" required
defaultValue={props?.siteTitle} readOnly={props!==undefined}/>
</dd>
</dl>
<dl>
<dt><label htmlFor="siteTitle">제목</label><span className="req">필수</span></dt>
<dd>
<Form.Control className="f_input2 w_full" type="text" name="siteTitle" placeholder="제목" required
defaultValue={props?.siteTitle} readOnly={props!==undefined}/>
</dd>
</dl>
<dl>
<dt><label htmlFor="siteUrl">파일</label><span className="req">필수</span></dt>
<dd>
<Form.Control className="f_input2 w_full" type="text" name="siteUrl" placeholder="파일" required
defaultValue={props?.siteUrl}/>
</dd>
</dl>
<dl>
<dt><label htmlFor="fileGrpId">내용</label><span className="req">필수</span></dt>
<dd>
<Form.Control className="f_txtar w_full" type="text" name="fileGrpId" placeholder="내용" required
defaultValue={props?.fileGrpId}/>
</dd>
</dl>
{/* <!-- 버튼영역 --> */}
<div className="board_btn_area">
<div className="left_col btn1">
<button type="submit" className="btn btn_skyblue_h46 w_100">저장
</button>
{modeInfo.mode === CODE.MODE_MODIFY &&
<button type={"button"} className="btn btn_skyblue_h46 w_100" onClick={()=>{deletePartnerSite(props)}}>삭제</button>
}
</div>
<div className="right_col btn1">
<button type={"button"} className="btn btn_blue_h46 w_100" onClick={()=>{reloadFunction()}}>목록</button>
</div>
</div>
{/* <!--// 버튼영역 --> */}
</Form>
</div>
</Modal.Body>
</>
);
}
export default AdminPostMgtEdit;

View File

@ -8,14 +8,18 @@ import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin';
import EgovPaging from 'components/EgovPaging';
import { itemIdxByPage } from 'utils/calc';
import CODE from "../../../constants/code";
import AboutSiteModal from "../config/aboutSiteMgt/AboutSiteModal";
import AdminPostMgtEdit from "./AdminPostMgtEdit";
import Modal from "react-bootstrap/Modal";
function AdminPostMgtList(props) {
console.group("EgovAdminBoardList");
console.log("[Start] EgovAdminBoardList ------------------------------");
console.log("EgovAdminBoardList [props] : ", props);
console.group("EgovAdminPostList");
console.log("[Start] EgovAdminPostList ------------------------------");
console.log("EgovAdminPostList [props] : ", props);
const location = useLocation();
console.log("EgovAdminBoardList [location] : ", location);
console.log("EgovAdminPostList [location] : ", location);
// eslint-disable-next-line no-unused-vars
const [searchCondition, setSearchCondition] = useState(location.state?.searchCondition || { pageIndex: 1, searchCnd: '0', searchWrd: '' });// ||
@ -26,18 +30,23 @@ function AdminPostMgtList(props) {
const [listTag, setListTag] = useState([]);
const retrieveList = useCallback((srchCnd) => {
console.groupCollapsed("EgovAdminBoardList.retrieveList()");
const [show, setShow] = useState(false);
const [modalBody, setModalBody] = useState();
const handleClose = () => setShow(false);
const handleShow = () => setShow(true);
const retrieveListURL = '/cop/bbs/selectBBSMasterInfsAPI.do';
const retrieveList = useCallback(() => {
console.groupCollapsed("EgovAdminPostList.retrieveList()");
const retrieveListURL = '/admin/boards/post-list';
const requestOptions = {
method: "POST",
method: "GET",
headers: {
'Content-type': 'application/json',
},
body: JSON.stringify(srchCnd)
body: JSON.stringify()
}
EgovNet.requestFetch(retrieveListURL,
@ -48,31 +57,19 @@ function AdminPostMgtList(props) {
let mutListTag = [];
listTag.push(<p className="no_data" key="0">검색된 결과가 없습니다.</p>); //
const resultCnt = parseInt(resp.result.resultCnt);
const currentPageNo = resp.result.paginationInfo.currentPageNo;
const pageSize = resp.result.paginationInfo.pageSize;
//
resp.result.resultList.forEach(function (item, index) {
resp.result.postList.forEach(function (item, index) {
if (index === 0) mutListTag = []; //
const listIdx = itemIdxByPage(resultCnt , currentPageNo, pageSize, index);
mutListTag.push(
<Link
to={{pathname: URL.ADMIN_BOARD_MODIFY}}
state={{
bbsId: item.bbsId,
searchCondition: searchCondition
}}
key={listIdx}
className="list_item">
<div>{listIdx}</div>
<div>{item.bbsNm}</div>
<div>{item.bbsTyCodeNm}</div>
<div>{item.bbsAttrbCodeNm}</div>
<div>{item.frstRegisterPnttm}</div>
<div>{item.useAt === "Y" ? "사용" : "사용안함"}</div>
</Link>
<div className="list_item">
<div>{item.bbsContSeq}</div>
<div>{item.bbsSeq}</div>
<div>{item.bbsContTitle}</div>
<div>{item.bbsContents}</div>
<div>{item.bbsReadCnt}</div>
<div>{item.bbsContLevel}</div>
</div>
);
});
@ -82,7 +79,7 @@ function AdminPostMgtList(props) {
console.log("err response : ", resp);
}
);
console.groupEnd("EgovAdminBoardList.retrieveList()");
console.groupEnd("EgovAdminPostList.retrieveList()");
},[listTag, searchCondition]);
useEffect(() => {
@ -90,8 +87,16 @@ function AdminPostMgtList(props) {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
console.log("------------------------------EgovAdminBoardList [End]");
console.groupEnd("EgovAdminBoardList");
function editPost(item){
handleShow();
if(item != undefined) {
item.mode = CODE.MODE_MODIFY;
}
setModalBody(<AdminPostMgtEdit props={item} reloadFunction={retrieveList}/>)
}
console.log("------------------------------EgovAdminPostList [End]");
console.groupEnd("EgovAdminPostList");
return (
<div className="container">
<div className="c_wrap">
@ -99,7 +104,8 @@ function AdminPostMgtList(props) {
<div className="location">
<ul>
<li><Link to={URL.MAIN} className="home">Home</Link></li>
<li><Link to={URL.ADMIN}>사이트관리</Link></li>
<li>사이트관리</li>
<li>게시판현황</li>
<li>게시물 관리</li>
</ul>
</div>
@ -114,11 +120,9 @@ function AdminPostMgtList(props) {
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">사이트관리</h1>
<h1 className="tit_1">게시물 관리</h1>
</div>
<h2 className="tit_2">게시물 관리</h2>
{/* <!-- 검색조건 --> */}
<div className="condition">
<ul>
@ -159,12 +163,13 @@ function AdminPostMgtList(props) {
{/* <!-- 게시판목록 --> */}
<div className="board_list BRD006">
<div className="head">
<span>번호</span>
<span>게시판명</span>
<span>게시판유형</span>
<span>게시판속성</span>
<span>생성일</span>
<span>사용여부</span>
<span></span>
<span>제목</span>
<span>작성자</span>
<span>작성일</span>
<span>조회수</span>
<span>파일</span>
<span><button className={"btn btn_blue_h31 px-1"} onClick={()=>{editPost(undefined)}}>추가</button></span>
</div>
<div className="result">
{listTag}
@ -184,6 +189,9 @@ function AdminPostMgtList(props) {
</div>
</div>
</div>
<Modal show={show} onHide={handleClose} keyboard={false}>
{modalBody}
</Modal>
</div>

View File

@ -1,4 +1,4 @@
import React, {useState, useEffect, useRef} from 'react';
import React, {useState, useEffect, useRef, useCallback} from 'react';
import {Link, useNavigate, useLocation, useParams} from 'react-router-dom';
import Modal from "react-bootstrap/Modal";
@ -30,7 +30,35 @@ function EgovAdminBoardEdit({props, reloadFunction}) {
const [boardDetail, setBoardDetail] = useState({});
console.log("@@@ mode : " + modeInfo.mode);
const [bbsTypeList, setBbsTypeList] = useState([]);
const [roleList, setRoleList] = useState([]);
const retrieveList = useCallback(() => {
const retrieveListURL = '/admin/boards/get-option-list';
const requestOptions = {
method: "GET",
headers: {
'Content-type': 'application/json',
},
body: JSON.stringify()
}
EgovNet.requestFetch(retrieveListURL,
requestOptions,
(resp) => {
setBbsTypeList(resp.result.bbsTypeList);
setRoleList(resp.result.roleList);
console.log("@@@ bbsTypeList : " + JSON.stringify(resp.result.bbsTypeList));
},
function (resp) {
console.log("err response : ", resp);
}
);
},[]);
useEffect(() => {
retrieveList();
initMode();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
@ -48,7 +76,13 @@ function EgovAdminBoardEdit({props, reloadFunction}) {
const info = {
bbsId: form.bbsId.value,
bbsTitle: form.bbsTitle.value,
bbsDesc: form.bbsDesc.value
bbsDesc: form.bbsDesc.value,
bbsType: form.bbsType.value,
bbsAnsYn: bbsAnsYn,
bbsReplYn: bbsReplYn,
useYn: useYn,
readRole: form.readRole.value,
writeRole: form.writeRole.value
}
if (modeInfo.mode === CODE.MODE_MODIFY) {
info.bbsSeq = props.bbsSeq;
@ -103,6 +137,10 @@ function EgovAdminBoardEdit({props, reloadFunction}) {
console.log("------------------------------EgovAdminBoardEdit [End]");
console.groupEnd("EgovAdminBoardEdit");
const [bbsAnsYn, setBbsAnsYn] = useState(props?.bbsAnsYn || "N");
const [bbsReplYn, setBbsReplYn] = useState(props?.bbsReplYn || "N");
const [useYn, setUseYn] = useState(props?.useYn || "N");
return (
<>
{/* <!-- 본문 --> */}
@ -137,6 +175,75 @@ function EgovAdminBoardEdit({props, reloadFunction}) {
defaultValue={props?.bbsDesc}/>
</dd>
</dl>
<dl>
<dt><label htmlFor="bbsTitle">게시판 타입</label><span className="req">필수</span></dt>
<dd>
<Form.Select id="select1" name="bbsType">
<option value="">선택</option>
{bbsTypeList.map((item) => (
<option key={item.itemCd} value={item.itemCd} selected={props?.bbsType === item.itemCd}>{item.itemNm}</option>
))}
</Form.Select>
</dd>
</dl>
<dl>
<dt><label htmlFor="bbsTitle">답글 여부</label><span className="req">필수</span></dt>
<dd>
<Form.Check
type="checkbox"
id="siteTitleCheckbox"
label="사용"
checked={bbsAnsYn === 'Y'}
onChange={(e) => setBbsAnsYn(e.target.checked ? 'Y' : 'N')}
/>
</dd>
</dl>
<dl>
<dt><label htmlFor="bbsTitle">댓글 여부</label><span className="req">필수</span></dt>
<dd>
<Form.Check
type="checkbox"
id="siteTitleCheckbox"
label="사용"
checked={bbsReplYn === 'Y'}
onChange={(e) => setBbsReplYn(e.target.checked ? 'Y' : 'N')}
/>
</dd>
</dl>
<dl>
<dt><label htmlFor="bbsTitle">사용 여부</label><span className="req">필수</span></dt>
<dd>
<Form.Check
type="checkbox"
id="siteTitleCheckbox"
label="사용"
checked={useYn === 'Y'}
onChange={(e) => setUseYn(e.target.checked ? 'Y' : 'N')}
/>
</dd>
</dl>
<dl>
<dt><label htmlFor="bbsTitle">읽기 권한</label><span className="req">필수</span></dt>
<dd>
<Form.Select id="select1" name="readRole">
<option value="">선택</option>
{roleList.map((item) => (
<option key={item.itemCd} value={item.grpOrder} selected={props?.readRole === item.grpOrder}>{item.itemNm}</option>
))}
</Form.Select>
</dd>
</dl>
<dl>
<dt><label htmlFor="bbsTitle">쓰기 권한</label><span className="req">필수</span></dt>
<dd>
<Form.Select id="select1" name="writeRole">
<option value="">선택</option>
{roleList.map((item) => (
<option key={item.itemCd} value={item.grpOrder} selected={props?.writeRole === item.grpOrder}>{item.itemNm}</option>
))}
</Form.Select>
</dd>
</dl>
{/* <!-- 버튼영역 --> */}
<div className="board_btn_area">

View File

@ -56,7 +56,7 @@ function EgovAdminBoardList(props) {
mutListTag.push(
<div className="list_item">
<div>{item.bbsSeq}</div>
<div></div>
<div>{item.bbsId}</div>
<div>{item.bbsTitle}</div>
<div>{item.frstCrtId}</div>
@ -99,7 +99,8 @@ function EgovAdminBoardList(props) {
<div className="location">
<ul>
<li><Link to={URL.MAIN} className="home">Home</Link></li>
<li><Link to={URL.ADMIN}>사이트관리</Link></li>
<li>사이트관리</li>
<li>게시판현황</li>
<li>게시판 관리</li>
</ul>
</div>
@ -114,10 +115,9 @@ function EgovAdminBoardList(props) {
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">사이트관리</h1>
<h1 className="tit_1">게시판 관리</h1>
</div>
<h2 className="tit_2">게시판 관리</h2>
{/* <!-- 검색조건 --> */}
{/*<div className="condition">
@ -159,7 +159,7 @@ function EgovAdminBoardList(props) {
{/* <!-- 게시판목록 --> */}
<div className="board_list BRD006">
<div className="head">
<span>번호</span>
<span></span>
<span>아이디</span>
<span>제목</span>
<span>작성자</span>

View File

@ -8,6 +8,102 @@ import URL from 'constants/url';
import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin';
import EgovPagingPaginationInfo from 'components/EgovPagingPaginationInfo';
import styled from "styled-components";
const StyledDiv = styled.div`
.BRD008 {
.head {
span {
text-align: left;
&:nth-child(1) {
width: 32px;
text-align: center;
}
&:nth-child(2) {
width: 60px;
text-align: center;
}
&:nth-child(3) {
width: 300px;
}
&:nth-child(4) {
width: 120px;
}
&:nth-child(5) {
width: 80px;
}
&:nth-child(6) {
width: 70px;
}
&:nth-child(7) {
width: 50px;
text-align: center;
}
&:nth-child(8) {
width: 50px;
text-align: center;
}
}
}
.result .list_item {
& > div {
text-align: left;
&:nth-child(1) {
width: 32px;
text-align: center;
}
&:nth-child(2) {
width: 60px;
text-align: center;
}
&:nth-child(3) {
width: 300px;
}
&:nth-child(4) {
width: 120px;
}
&:nth-child(5) {
width: 80px;
}
&:nth-child(6) {
width: 70px;
}
&:nth-child(7) {
width: 50px;
text-align: center;
}
&:nth-child(8) {
width: 50px;
text-align: center;
}
}
}
}
.board-bot {
margin-top: 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
justify-content: center;
& > *:nth-child(1) {
width: 16%;
justify-content: left;
}
& > *:nth-child(2) {
width: 68%;
justify-content: center;
}
& > *:nth-child(3) {
width: 16%;
justify-content: right;
}
}
`;
function ProgressStatus(props) {
const location = useLocation();
@ -16,6 +112,11 @@ function ProgressStatus(props) {
const [paginationInfo, setPaginationInfo] = useState({});
const [searchCondition, setSearchCondition] = useState(location.state?.searchCondition || { pageIndex: 1, searchCnd: '0', searchWrd: '' });
useEffect(function () {
getList(searchCondition);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
const requestOptions = {
method: "GET",
headers: {
@ -25,11 +126,11 @@ function ProgressStatus(props) {
const getList = (searchCondition) => {
EgovNet.requestFetch(`/contents/api/popup-manage/list?page=${searchCondition.pageIndex-1}&size=10&sort=popupSeq,desc`,
EgovNet.requestFetch(`/admin/committee/progress-status/list?page=${searchCondition.pageIndex-1}&size=10&sort=popupSeq,desc`,
requestOptions,
function (resp) {
console.log('%o', resp);
setListItem(resp.result.listPopup);
setListItem(resp.result.list);
setPaginationInfo({...resp.result.paginationInfo});
}
);
@ -63,17 +164,22 @@ function ProgressStatus(props) {
<div className="contents " id="contents">
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">진행현황 관리</h1>
</div>
<StyledDiv>
<div className="top_tit">
<h1 className="tit_1">진행현황 관리</h1>
</div>
{/* <!-- 게시판목록 --> */}
<div className="board_list BRD008">
{/* <!-- 게시판목록 --> */}
<div className="board_list BRD008">
<div className="head">
<span>번호</span>
<span>제목</span>
<span>기간</span>
<span>사용여부</span>
<span>#</span>
<span>구분</span>
<span>제목 / 코드명</span>
<span>진행위원회</span>
<span>진행단계</span>
<span>등록일</span>
<span>수정</span>
<span>삭제</span>
</div>
<div className="result">
{/* <!-- case : 데이터 없을때 --> */}
@ -83,6 +189,13 @@ function ProgressStatus(props) {
{listItem.map((it)=>(
<div className='list_item' key={it.seq}>
<div>{it.number}</div>
<div>{it.drftTypeNm}</div>
<div>{it.categoryNm}<br /><Link to={URL.MAIN} className="home">{it.title}</Link></div>
<div>{it.orgNm}</div>
<div>진행단계표시</div>
<div>{it.regDate}</div>
<div><button type='button' className='btn btn_blue_h31 px-1'>수정</button></div>
<div><button type='button' className='btn btn_red_h31 px-1'>삭제</button></div>
</div>
))}
</div>
@ -105,6 +218,7 @@ function ProgressStatus(props) {
</div>
{/* <!--/ Paging --> */}
</StyledDiv>
{/* <!--// 본문 --> */}
</div>
</div>

View File

@ -50,13 +50,13 @@ function StandardCodeMgt(props) {
mutListTag.push(
<div className="list_item">
<div>{item.siteSeq}</div>
<div></div>
<div>{item.siteTitle}</div>
<div>{item.siteUrl}</div>
<div>{item.fileGrpId}</div>
<div>{item.siteOrder}</div>
<div>{item.useYn}</div>
<div><button className={"btn btn_blue_h31 px-1"} onClick={()=>{editBoard(item)}}>수정</button></div>
<div><button className={"btn btn_blue_h31 px-1"} onClick={()=>{editPartnerSite(item)}}>수정</button></div>
</div>
);
});
@ -76,7 +76,7 @@ function StandardCodeMgt(props) {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
function editBoard(item){
function editPartnerSite(item){
handleShow();
if(item != undefined) {
item.mode = CODE.MODE_MODIFY;
@ -147,13 +147,13 @@ function StandardCodeMgt(props) {
{/* <!-- 게시판목록 --> */}
<div className="board_list BRD006">
<div className="head">
<span>번호</span>
<span></span>
<span>사이트명</span>
<span>URL</span>
<span>배너이미지</span>
<span>정렬순서</span>
<span>사용여부</span>
<span><button className={"btn btn_blue_h31 px-1"} onClick={()=>{editBoard(undefined)}}>추가</button></span>
<span><button className={"btn btn_blue_h31 px-1"} onClick={()=>{editPartnerSite(undefined)}}>추가</button></span>
</div>
<div className="result">
{listTag}

View File

@ -4,6 +4,8 @@ import com.dbnt.kcscbackend.admin.boards.entity.TnBbs;
import com.dbnt.kcscbackend.admin.boards.service.AdminBoardsService;
import com.dbnt.kcscbackend.admin.config.entity.TcMenu;
import com.dbnt.kcscbackend.auth.entity.LoginVO;
import com.dbnt.kcscbackend.commonCode.CommonCodeController;
import com.dbnt.kcscbackend.commonCode.service.CommonCodeService;
import com.dbnt.kcscbackend.config.common.BaseController;
import com.dbnt.kcscbackend.config.common.ResponseCode;
import com.dbnt.kcscbackend.config.common.ResultVO;
@ -32,6 +34,7 @@ import java.util.Map;
public class AdminBoardsController extends BaseController {
private final AdminBoardsService adminBoardsService;
private final CommonCodeService commonCodeService;
/* ---- 게시판관리 ----- */
@Operation(
@ -53,6 +56,26 @@ public class AdminBoardsController extends BaseController {
return resultVO;
}
@Operation(
summary = "게시판 셀렉트박스 옵션 조회",
description = "게시판 셀렉트박스 옵션 조회",
tags = {"AdminBoardsController"}
)
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "조회 성공"),
@ApiResponse(responseCode = "403", description = "인가된 사용자가 아님")
})
@RequestMapping(method = RequestMethod.GET, value = "/get-option-list", consumes = MediaType.APPLICATION_JSON_VALUE)
public ResultVO getOptionList() throws Exception {
ResultVO resultVO = new ResultVO();
Map<String, Object> resultMap = new HashMap<>();
resultMap.put("bbsTypeList", commonCodeService.selectCodeItemList("BBS_TYPE"));
resultMap.put("roleList", commonCodeService.selectCodeItemList("ROLE"));
resultVO.setResult(resultMap);
return resultVO;
}
@Operation(
summary = "게시판 저장",
description = "게시판 저장",
@ -126,7 +149,7 @@ public class AdminBoardsController extends BaseController {
ResultVO resultVO = new ResultVO();
Map<String, Object> resultMap = new HashMap<>();
resultMap.put("boardList", adminBoardsService.selectBoardList());
resultMap.put("postList", adminBoardsService.selectPostList());
resultVO.setResult(resultMap);
return resultVO;
}

View File

@ -70,4 +70,10 @@ public class TnBbs {
@Column(name = "oldd_seq")
private Long olddSeq;
@Column(name = "read_role")
private Long readRole;
@Column(name = "write_role")
private Long writeRole;
}

View File

@ -8,7 +8,7 @@ import java.util.List;
public interface TnBbsRepository extends JpaRepository<TnBbs, Long> {
@Query(value = "SELECT * FROM tn_bbs WHERE use_yn = 'Y' ORDER BY bbs_seq DESC", nativeQuery = true)
@Query(value = "SELECT * FROM tn_bbs ORDER BY bbs_seq DESC", nativeQuery = true)
List<TnBbs> findAllByOrderByBbsSeqDesc();
}

View File

@ -34,16 +34,18 @@ public class AdminBoardsService extends EgovAbstractServiceImpl {
if (bbs.getBbsSeq() == null) {
bbs.setFrstCrtDt(LocalDateTime.now());
bbs.setFrstCrtId(userId);
bbs.setBbsAnsYn("N");
bbs.setBbsReplYn("N");
bbs.setUseYn("Y");
tnBbsRepository.save(bbs);
} else {
TnBbs savedBoard = tnBbsRepository.findById(bbs.getBbsSeq()).orElse(null);
savedBoard.setBbsId(bbs.getBbsId());
savedBoard.setBbsTitle(bbs.getBbsTitle());
savedBoard.setBbsDesc(bbs.getBbsDesc());
//savedBoard.setUseYn("Y");
savedBoard.setBbsType(bbs.getBbsType());
savedBoard.setBbsAnsYn(bbs.getBbsAnsYn());
savedBoard.setBbsReplYn(bbs.getBbsReplYn());
savedBoard.setUseYn(bbs.getUseYn());
savedBoard.setReadRole(bbs.getReadRole());
savedBoard.setWriteRole(bbs.getWriteRole());
savedBoard.setLastChgId(userId);
savedBoard.setLastChgDt(LocalDateTime.now());
tnBbsRepository.save(savedBoard);

View File

@ -0,0 +1,92 @@
package com.dbnt.kcscbackend.admin.committee;
import com.dbnt.kcscbackend.admin.committee.service.AdminCommitteeProgressStatusService;
import com.dbnt.kcscbackend.admin.config.entity.TcMenu;
import com.dbnt.kcscbackend.admin.config.entity.TnPartnerSite;
import com.dbnt.kcscbackend.admin.config.model.CreateCommitteeCodeManagementVO;
import com.dbnt.kcscbackend.admin.config.model.SetCommitteeCodeManagementVO;
import com.dbnt.kcscbackend.admin.config.service.AdminCommitteeCodeManagementService;
import com.dbnt.kcscbackend.admin.config.service.AdminConfigService;
import com.dbnt.kcscbackend.auth.entity.LoginVO;
import com.dbnt.kcscbackend.commonCode.entity.TcCodeGrp;
import com.dbnt.kcscbackend.commonCode.entity.TcCodeItem;
import com.dbnt.kcscbackend.commonCode.service.CommonCodeService;
import com.dbnt.kcscbackend.config.common.BaseController;
import com.dbnt.kcscbackend.config.common.ResponseCode;
import com.dbnt.kcscbackend.config.common.ResultVO;
import io.swagger.annotations.ApiParam;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.responses.ApiResponse;
import io.swagger.v3.oas.annotations.responses.ApiResponses;
import io.swagger.v3.oas.annotations.tags.Tag;
import lombok.RequiredArgsConstructor;
import org.springframework.data.domain.Pageable;
import org.springframework.http.MediaType;
import org.springframework.security.core.annotation.AuthenticationPrincipal;
import org.springframework.validation.Errors;
import org.springframework.validation.FieldError;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import java.time.LocalDateTime;
import java.util.HashMap;
import java.util.Map;
@RestController
@RequiredArgsConstructor
@RequestMapping("/admin/committee")
@Tag(name="AdminCommitteeController", description = "사이트관리 위원회관리 메뉴 컨트롤러")
public class AdminCommitteeController extends BaseController {
private final AdminConfigService adminConfigService;
private final CommonCodeService commonCodeService;
@Resource(name = "adminCommitteeProgressStatusService")
private AdminCommitteeProgressStatusService adminCommitteeProgressStatusService;
@Operation(
summary = "'진행현황 관리' 페이지에서 목록 불러오는 API",
description = "관리자 단에서 '위원회관리' > '진행현황 관리' 페이지에서 목록 불러오는 API",
tags = {"AdminCommitteeController"}
)
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "조 회 성공"),
@ApiResponse(responseCode = "303", description = "만료된 토큰"),
@ApiResponse(responseCode = "403", description = "인가된 사용자가 아님")
})
@GetMapping(value = "/progress-status/list")
public ResultVO getCommitteeProgressStatus(
@AuthenticationPrincipal LoginVO user,
HttpServletRequest request,
Pageable pageable
) throws Exception {
ResultVO resultVO = new ResultVO();
if(user == null) {
resultVO.setResultCode(ResponseCode.TOKEN_EXPIRED.getCode());
} else {
try {
resultVO = adminCommitteeProgressStatusService.getCommitteeProgressStatus(resultVO, request, user, pageable);
} catch (Exception e) {
resultVO.setResultCode(ResponseCode.FAILED.getCode());
resultVO.setResultMessage(e.getMessage());
}
}
System.out.println(
"\n--------------------------------------------------------------\n" +
request.getRequestURI() + " OUT:" +
"\n--------------------------------------------------------------\n" +
"resultVO.toString():" + "\n" +
resultVO.toString() + "\n" +
"\n--------------------------------------------------------------\n"
);
return resultVO;
}
}

View File

@ -0,0 +1,93 @@
package com.dbnt.kcscbackend.admin.committee.entity;
import lombok.*;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.*;
@Getter
@Setter
@Entity
@NoArgsConstructor
@DynamicInsert
@DynamicUpdate
@Table(name = "tn_cmt_draft")
public class TnCmtDraft {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "drft_seq")
private Long drftSeq;
@Column(name = "drft_title")
private String drftTitle;
@Column(name = "doc_info_seq")
private Long docInfoSeq;
@Column(name = "drft_type_cd")
private String drftTypeCd;
@Column(name = "drft_dt")
private String drftDt;
@Column(name = "cmt_seq")
private Long cmtSeq;
@Column(name = "measure_pre_data_file_grp_id")
private String measurePreDataFileGrpId;
@Column(name = "measure_pre_form_file_grp_id")
private String measurePreFormFileGrpId;
@Column(name = "measure_partner_file_grp_id")
private String measurePartnerFileGrpId;
@Column(name = "drft_confe_charger")
private String drftConfeCharger;
@Column(name = "drft_confe_pw")
private String drftConfePw;
@Column(name = "drft_confe_room")
private String drftConfeRoom;
@Column(name = "drft_stat_cd")
private String drftStatCd;
@Column(name = "drft_summery")
private String drftSummery;
@Column(name = "measure_plan_file_grp_id")
private String measurePlanFileGrpId;
@Column(name = "measure_result_file_grp_id")
private String measureResultFileGrpId;
@Column(name = "start_dt")
private String startDt;
@Column(name = "end_dt")
private String endDt;
@Column(name = "frst_crt_id")
private String frstCrtId;
@Column(name = "frst_crt_dt")
private String frstCrtDt;
@Column(name = "last_chg_id")
private String lastChgId;
@Column(name = "last_chg_dt")
private String lastChgDt;
@Column(name = "use_yn")
private String useYn;
@Column(name = "old_seq")
private Long oldSeq;
}

View File

@ -0,0 +1,46 @@
package com.dbnt.kcscbackend.admin.committee.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.*;
@Getter
@Setter
@Entity
@NoArgsConstructor
@DynamicInsert
@DynamicUpdate
@Table(name = "tn_cmt_draft_attend")
public class TnCmtDraftAttend {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "drft_atd_seq")
private Long drftAtdSeq;
@Column(name = "drft_seq")
private Long drftSeq;
@Column(name = "drft_final_type")
private String drftFinalType;
@Column(name = "drft_final_comment")
private String drftFinalComment;
@Column(name = "user_id")
private String userId;
@Column(name = "nick_name")
private String nickName;
@Column(name = "write_dt")
private String writeDt;
@Column(name = "drft_file_grp_id")
private String drftFileGrpId;
}

View File

@ -0,0 +1,46 @@
package com.dbnt.kcscbackend.admin.committee.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.*;
@Getter
@Setter
@Entity
@NoArgsConstructor
@DynamicInsert
@DynamicUpdate
@Table(name = "tn_cmt_draft_detail")
public class TnCmtDraftDetail {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "drft_dt_seq")
private Long drftDtSeq;
@Column(name = "drft_seq")
private Long drftSeq;
@Column(name = "drft_dt_type")
private String drftDtType;
@Column(name = "drft_dt_value")
private String drftDtValue;
@Column(name = "user_id")
private String userId;
@Column(name = "nick_name")
private String nickName;
@Column(name = "write_dt")
private String writeDt;
@Column(name = "drft_file_grp_id")
private String drftFileGrpId;
}

View File

@ -0,0 +1,18 @@
package com.dbnt.kcscbackend.admin.committee.service;
import com.dbnt.kcscbackend.admin.config.model.CreateCommitteeCodeManagementVO;
import com.dbnt.kcscbackend.admin.config.model.SetCommitteeCodeManagementVO;
import com.dbnt.kcscbackend.auth.entity.LoginVO;
import com.dbnt.kcscbackend.config.common.ResultVO;
import org.springframework.data.domain.Pageable;
import javax.servlet.http.HttpServletRequest;
public interface AdminCommitteeProgressStatusService {
public ResultVO createCommitteeProgressStatus(ResultVO resultVO, HttpServletRequest request, LoginVO user, CreateCommitteeCodeManagementVO createCommitteeCodeManagementVO) throws Exception;
public ResultVO getCommitteeProgressStatus(ResultVO resultVO, HttpServletRequest request, LoginVO user, Pageable pageable) throws Exception;
public ResultVO setCommitteeProgressStatus(ResultVO resultVO, HttpServletRequest request, LoginVO user, SetCommitteeCodeManagementVO setCommitteeCodeManagementVO, Long cmtSeq) throws Exception;
public ResultVO deleteCommitteeProgressStatus(ResultVO resultVO, HttpServletRequest request, LoginVO user, Long cmtSeq) throws Exception;
}

View File

@ -0,0 +1,224 @@
package com.dbnt.kcscbackend.admin.committee.service.impl;
import com.dbnt.kcscbackend.admin.committee.entity.TnCmtDraft;
import com.dbnt.kcscbackend.admin.committee.entity.TnCmtDraftAttend;
import com.dbnt.kcscbackend.admin.committee.service.AdminCommitteeProgressStatusService;
import com.dbnt.kcscbackend.admin.config.model.CreateCommitteeCodeManagementVO;
import com.dbnt.kcscbackend.admin.config.model.SetCommitteeCodeManagementVO;
import com.dbnt.kcscbackend.admin.contents.popUp.model.FileVO;
import com.dbnt.kcscbackend.auth.entity.LoginVO;
import com.dbnt.kcscbackend.commonCode.repository.TnCmtDraftAttendRepository;
import com.dbnt.kcscbackend.commonCode.repository.TnCmtDraftDetailRepository;
import com.dbnt.kcscbackend.commonCode.repository.TnCmtDraftRepository;
import com.dbnt.kcscbackend.config.common.ResponseCode;
import com.dbnt.kcscbackend.config.common.ResultVO;
import lombok.RequiredArgsConstructor;
import org.egovframe.rte.fdl.cmmn.EgovAbstractServiceImpl;
import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
import javax.servlet.http.HttpServletRequest;
import java.util.*;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.stream.Collectors;
@Service("adminCommitteeProgressStatusService")
@RequiredArgsConstructor
public class AdminCommitteeProgressStatusServiceImpl extends EgovAbstractServiceImpl implements AdminCommitteeProgressStatusService {
private final TnCmtDraftRepository tnCmtDraftRepository;
private final TnCmtDraftAttendRepository tnCmtDraftAttendRepository;
private final TnCmtDraftDetailRepository tnCmtDraftDetailRepository;
@Override
public ResultVO createCommitteeProgressStatus(ResultVO resultVO, HttpServletRequest request, LoginVO user, CreateCommitteeCodeManagementVO createCommitteeCodeManagementVO) throws Exception {
System.out.println(
"\n--------------------------------------------------------------\n" +
request.getRequestURI() + " IN:" +
"\n--------------------------------------------------------------\n" +
"user.getEmail():" + "\n" +
user.getEmail() + "\n" +
"\n--------------------------------------------------------------\n"
);
// 아래 null로 전달 되는 부분 확인하기.
// 유효성 검사 실시
if(createCommitteeCodeManagementVO.getParamCodeLevel().trim().isEmpty()) {
throw new Exception("오류가 발생했습니다. 시스템 담당자에게 문의 바랍니다. paramCodeLevel is empty.");
}
Map<String, Object> response = tnCmtDraftRepository.spAddTnCmtDraft(
createCommitteeCodeManagementVO.getParamOrgNm(), // 위원회 이름
null, // 위원회 등급
createCommitteeCodeManagementVO.getParamOrgDesc(), // 위원회 설명
null, // 상위 위원회 sequence
null, // 정렬 순서
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
user.getId(),
null,
null,
null,
null
);
Map<String, Object> dto = new HashMap<String, Object>();
dto.put("id", response.get("_cmt_seq") );
resultVO.setResult(dto);
resultVO.setResultCode(ResponseCode.SUCCESS.getCode());
resultVO.setResultMessage(ResponseCode.SUCCESS.getMessage());
return resultVO;
}
@Override
public ResultVO getCommitteeProgressStatus(ResultVO resultVO, HttpServletRequest request, LoginVO user, Pageable pageable) throws Exception {
System.out.println(
"\n--------------------------------------------------------------\n" +
request.getRequestURI() + " IN:" +
"\n--------------------------------------------------------------\n" +
"user.getEmail():" + "\n" +
user.getEmail() + "\n" +
"pageable.getPageSize():" + "\n" +
pageable.getPageSize() + "\n" +
"pageable.getPageNumber():" + "\n" +
pageable.getPageNumber() + "\n" +
"\n--------------------------------------------------------------\n"
);
List<Map<String, Object>> list = new ArrayList<>();
long totalRecordCount = tnCmtDraftRepository.findByUseYnOrderByDrftSeqDesc("Y").size();
List<Map<String, Object>> itemList = tnCmtDraftRepository.getCommitteeProgressStatus(pageable.getPageSize(),pageable.getPageNumber());
AtomicInteger index = new AtomicInteger();
for (Map<String, Object> item : itemList) {
Map<String, Object> item2 = new HashMap<>();
for (String key : item.keySet()) {
item2.put(key, item.get(key));
}
item2.put("number", totalRecordCount - (long) pageable.getPageNumber() * pageable.getPageSize() - index.getAndIncrement());
list.add(item2);
}
PaginationInfo paginationInfo = new PaginationInfo();
paginationInfo.setCurrentPageNo(pageable.getPageNumber()+1);
paginationInfo.setRecordCountPerPage(pageable.getPageSize());
paginationInfo.setPageSize(5);//hard coded
paginationInfo.setTotalRecordCount((int) totalRecordCount);
Map<String, Object> dto = new HashMap<String, Object>();
dto.put("list", list);
dto.put("paginationInfo", paginationInfo);
resultVO.setResult(dto);
resultVO.setResultCode(ResponseCode.SUCCESS.getCode());
resultVO.setResultMessage(ResponseCode.SUCCESS.getMessage());
return resultVO;
}
@Override
public ResultVO setCommitteeProgressStatus(ResultVO resultVO, HttpServletRequest request, LoginVO user, SetCommitteeCodeManagementVO setCommitteeCodeManagementVO, Long cmtSeq) throws Exception {
System.out.println(
"\n--------------------------------------------------------------\n" +
request.getRequestURI() + " IN:" +
"\n--------------------------------------------------------------\n" +
"setCommitteeCodeManagementVO:" + "\n" +
setCommitteeCodeManagementVO.toString() + "\n" +
"cmtSeq:" + "\n" +
cmtSeq + "\n" +
"\n--------------------------------------------------------------\n"
);
// 유효성 검사 실시
int isValid = tnCmtDraftRepository.spIsValidTnCmtDraftId(cmtSeq.intValue());
if( isValid == 0 ) {
throw new Exception("대상이 존재하지 않습니다.");
}
//TnCmtDraft tnCmtDraft = tnCmtDraftRepository.findByDrftSeq(cmtSeq);
Map<String, Object> response = tnCmtDraftRepository.spUpdateTnCmtDraft(
cmtSeq.intValue(),
setCommitteeCodeManagementVO.getParamOrgNm(),
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
user.getId(),
null,
null,
null
);
Map<String, Object> dto = new HashMap<String, Object>();
dto.put("errorMessage", response.get("_error_message") );
dto.put("orgId", cmtSeq);
resultVO.setResult(dto);
resultVO.setResultCode(ResponseCode.SUCCESS.getCode());
resultVO.setResultMessage(ResponseCode.SUCCESS.getMessage());
return resultVO;
}
@Override
public ResultVO deleteCommitteeProgressStatus(ResultVO resultVO, HttpServletRequest request, LoginVO user, Long cmtSeq) throws Exception {
System.out.println(
"\n--------------------------------------------------------------\n" +
request.getRequestURI() + " IN:" +
"\n--------------------------------------------------------------\n" +
"cmtSeq:" + "\n" +
cmtSeq + "\n" +
"\n--------------------------------------------------------------\n"
);
Map<String, Object> response = tnCmtDraftRepository.spDeleteTnCmtDraft(
cmtSeq.intValue(),
user.getId(),
null,
null,
null
);
Map<String, Object> dto = new HashMap<String, Object>();
dto.put("errorMessage", response.get("_error_message") );
dto.put("orgId", cmtSeq );
resultVO.setResult(dto);
resultVO.setResultCode(ResponseCode.SUCCESS.getCode());
resultVO.setResultMessage(ResponseCode.SUCCESS.getMessage());
return resultVO;
}
}

View File

@ -0,0 +1,101 @@
package com.dbnt.kcscbackend.commonCode.repository;
import com.dbnt.kcscbackend.admin.committee.entity.TnCmtDraftAttend;
import com.dbnt.kcscbackend.commonCode.entity.TnPopupMng;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.jpa.repository.query.Procedure;
import org.springframework.data.repository.query.Param;
import java.util.Map;
/** 작성 중 ...*/
public interface TnCmtDraftAttendRepository extends JpaRepository<TnCmtDraftAttend, Long> {
@Query(value = "CALL sp_add_tn_popup_mng (" +
":_popup_title, " +
"TO_TIMESTAMP(" +
" :_popup_start_date," +
" 'YYYYMMDDHH24MISS'" +
")::::timestamptz AT TIME ZONE 'UTC', " +
"TO_TIMESTAMP(" +
" :_popup_end_date," +
" 'YYYYMMDDHH24MISS'" +
")::::timestamptz AT TIME ZONE 'UTC', " +
":_file_grp_id, " +
":_popup_contents, " +
":_modi_id, " +
":_popup_seq, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spAddTnPopupMng(
@Param("_popup_title") String popupTitle,
@Param("_popup_start_date") String popupStartDate,
@Param("_popup_end_date") String popupEndDate,
@Param("_file_grp_id") String fileGrpId,
@Param("_popup_contents") String popupContents,
@Param("_modi_id") String modiId,
@Param("_popup_seq") Integer popupSeq,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Query(value = "CALL sp_update_tn_popup_mng (" +
":_popup_seq, " +
":_popup_title, " +
"TO_TIMESTAMP(" +
" :_popup_start_date," +
" 'YYYYMMDDHH24MISS'" +
")::::timestamptz AT TIME ZONE 'UTC', " +
"TO_TIMESTAMP(" +
" :_popup_end_date," +
" 'YYYYMMDDHH24MISS'" +
")::::timestamptz AT TIME ZONE 'UTC', " +
":_file_grp_id, " +
":_popup_contents, " +
":_modi_id, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spUpdateTnPopupMng(
@Param("_popup_seq") Integer popupSeq,
@Param("_popup_title") String popupTitle,
@Param("_popup_start_date") String popupStartDate,
@Param("_popup_end_date") String popupEndDate,
@Param("_file_grp_id") String fileGrpId,
@Param("_popup_contents") String popupContents,
@Param("_modi_id") String modiId,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Query(value = "CALL sp_delete_tn_popup_mng (" +
":_popup_seq, " +
":_modi_id, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spDeleteTnPopupMng(
@Param("_popup_seq") Integer popupSeq,
@Param("_modi_id") String modiId,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Procedure("sp_is_valid_tn_popup_mng_id")
int spIsValidTnPopupMngId( Integer popupSeq );
TnCmtDraftAttend findByDrftAtdSeq(Long drftAtdSeq);
}

View File

@ -0,0 +1,101 @@
package com.dbnt.kcscbackend.commonCode.repository;
import com.dbnt.kcscbackend.admin.committee.entity.TnCmtDraftDetail;
import com.dbnt.kcscbackend.commonCode.entity.TnPopupMng;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.jpa.repository.query.Procedure;
import org.springframework.data.repository.query.Param;
import java.util.Map;
/** 작성 중 ...*/
public interface TnCmtDraftDetailRepository extends JpaRepository<TnCmtDraftDetail, Long> {
@Query(value = "CALL sp_add_tn_popup_mng (" +
":_popup_title, " +
"TO_TIMESTAMP(" +
" :_popup_start_date," +
" 'YYYYMMDDHH24MISS'" +
")::::timestamptz AT TIME ZONE 'UTC', " +
"TO_TIMESTAMP(" +
" :_popup_end_date," +
" 'YYYYMMDDHH24MISS'" +
")::::timestamptz AT TIME ZONE 'UTC', " +
":_file_grp_id, " +
":_popup_contents, " +
":_modi_id, " +
":_popup_seq, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spAddTnPopupMng(
@Param("_popup_title") String popupTitle,
@Param("_popup_start_date") String popupStartDate,
@Param("_popup_end_date") String popupEndDate,
@Param("_file_grp_id") String fileGrpId,
@Param("_popup_contents") String popupContents,
@Param("_modi_id") String modiId,
@Param("_popup_seq") Integer popupSeq,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Query(value = "CALL sp_update_tn_popup_mng (" +
":_popup_seq, " +
":_popup_title, " +
"TO_TIMESTAMP(" +
" :_popup_start_date," +
" 'YYYYMMDDHH24MISS'" +
")::::timestamptz AT TIME ZONE 'UTC', " +
"TO_TIMESTAMP(" +
" :_popup_end_date," +
" 'YYYYMMDDHH24MISS'" +
")::::timestamptz AT TIME ZONE 'UTC', " +
":_file_grp_id, " +
":_popup_contents, " +
":_modi_id, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spUpdateTnPopupMng(
@Param("_popup_seq") Integer popupSeq,
@Param("_popup_title") String popupTitle,
@Param("_popup_start_date") String popupStartDate,
@Param("_popup_end_date") String popupEndDate,
@Param("_file_grp_id") String fileGrpId,
@Param("_popup_contents") String popupContents,
@Param("_modi_id") String modiId,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Query(value = "CALL sp_delete_tn_popup_mng (" +
":_popup_seq, " +
":_modi_id, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spDeleteTnPopupMng(
@Param("_popup_seq") Integer popupSeq,
@Param("_modi_id") String modiId,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Procedure("sp_is_valid_tn_popup_mng_id")
int spIsValidTnPopupMngId( Integer popupSeq );
TnCmtDraftDetail findByDrftDtSeq(Long drftDtSeq);
}

View File

@ -0,0 +1,212 @@
package com.dbnt.kcscbackend.commonCode.repository;
import com.dbnt.kcscbackend.admin.committee.entity.TnCmtDraft;
import com.dbnt.kcscbackend.commonCode.entity.TnPopupMng;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.jpa.repository.query.Procedure;
import org.springframework.data.repository.query.Param;
import java.util.List;
import java.util.Map;
public interface TnCmtDraftRepository extends JpaRepository<TnCmtDraft, Long> {
@Query(value = "CALL sp_add_tn_cmt_draft (" +
":_drft_title, " +
":_drft_type_cd, " +
":_drft_dt, " +
":_cmt_seq, " +
":_measure_pre_data_file_grp_id, " +
":_measure_pre_form_file_grp_id, " +
":_measure_partner_file_grp_id, " +
":_drft_confe_charger, " +
":_drft_confe_pw, " +
":_drft_confe_room, " +
":_drft_stat_cd, " +
":_drft_summery, " +
":_measure_plan_file_grp_id, " +
":_measure_result_file_grp_id, " +
":_start_dt, " +
":_end_dt, " +
":_modi_id, " +
":_drft_seq, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spAddTnCmtDraft(
@Param("_drft_title") String drftTitle,
@Param("_drft_type_cd") Integer drftTypeCd,
@Param("_drft_dt") String drftDt,
@Param("_cmt_seq") Integer cmtSeq,
@Param("_measure_pre_data_file_grp_id") String measurePreDataFileGrpId,
@Param("_measure_pre_form_file_grp_id") String measurePreFormFileGrpId,
@Param("_measure_partner_file_grp_id") String measurePartnerFileGrpId,
@Param("_drft_confe_charger") String drftConfeCharger,
@Param("_drft_confe_pw") String drftConfePw,
@Param("_drft_confe_room") String drftConfeRoom,
@Param("_drft_stat_cd") String drftStatCd,
@Param("_drft_summery") String drftSummery,
@Param("_measure_plan_file_grp_id") String measurePlanFileGrpId,
@Param("_measure_result_file_grp_id") String measureResultFileGrpId,
@Param("_start_dt") String startDt,
@Param("_end_dt") String endDt,
@Param("_modi_id") String modiId,
@Param("_drft_seq") Integer drftSeq,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Query(value = "CALL sp_update_tn_cmt_draft (" +
":_drft_seq, " +
":_drft_title, " +
":_doc_info_seq, " +
":_drft_type_cd, " +
":_drft_dt, " +
":_cmt_seq, " +
":_measure_pre_data_file_grp_id, " +
":_measure_pre_form_file_grp_id, " +
":_measure_partner_file_grp_id, " +
":_drft_confe_charger, " +
":_drft_confe_pw, " +
":_drft_confe_room, " +
":_drft_stat_cd, " +
":_drft_summery, " +
":_measure_plan_file_grp_id, " +
":_measure_result_file_grp_id, " +
":_start_dt, " +
":_end_dt, " +
":_modi_id, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spUpdateTnCmtDraft(
@Param("_drft_seq") Integer drftSeq,
@Param("_drft_title") String drftTitle,
@Param("_doc_info_seq") Integer docInfoSeq,
@Param("_drft_type_cd") String drftTypeCd,
@Param("_drft_dt") String drftDt,
@Param("_cmt_seq") Integer cmtSeq,
@Param("_measure_pre_data_file_grp_id") String measurePreDataFileGrpId,
@Param("_measure_pre_form_file_grp_id") String measurePreFormFileGrpId,
@Param("_measure_partner_file_grp_id") String measurePartnerFileGrpId,
@Param("_drft_confe_charger") String drftConfeCharger,
@Param("_drft_confe_pw") String drftConfePw,
@Param("_drft_confe_room") String drftConfeRoom,
@Param("_drft_stat_cd") String drftStatCd,
@Param("_drft_summery") String drftSummery,
@Param("_measure_plan_file_grp_id") String measurePlanFileGrpId,
@Param("_measure_result_file_grp_id") String measureResultFileGrpId,
@Param("_start_dt") String startDt,
@Param("_end_dt") String endDt,
@Param("_modi_id") String modiId,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Query(value = "CALL sp_delete_tn_cmt_draft (" +
":_drft_seq, " +
":_modi_id, " +
":_result_count, " +
":_result_code, " +
":_error_message)",
nativeQuery = true)
Map<String, Object> spDeleteTnCmtDraft(
@Param("_drft_seq") Integer drftSeq,
@Param("_modi_id") String modiId,
@Param("_result_count") Integer resultCount,
@Param("_result_code") String resultCode,
@Param("_error_message") String errorMessage
);
@Procedure("sp_is_valid_tn_cmt_draft_id")
int spIsValidTnCmtDraftId( Integer drftSeq );
TnCmtDraft findByDrftSeq(Long drftSeq);
List<TnCmtDraft> findByUseYnOrderByDrftSeqDesc(String useYn);
@Query(value =
"select " +
" tcd.drft_seq as \"seq\", " +
" tcd.doc_info_seq as \"categoryId\", " +
" tcd.drft_dt as \"drftDatetime\", " +
" tcd.drft_title as \"title\", " +
" null as \"drftCharger\", " +
" null as \"drftChargerEmail\", " +
" null as \"drftChargerPhone\", " +
" null as \"drftStatCode\", " +
" tcd.drft_type_cd as \"drftTypeCode\", " +
" tcd.cmt_seq as \"orgId\", " +
" null as \"startDatetime\", " +
" null as \"endDatetime\", " +
" null as \"closeDatetime\", " +
" tcd.frst_crt_dt as \"createDate\", " +
" tcd.last_chg_dt as \"updateDate\", " +
" null as \"createUserId\", " +
" null as \"updateUserId\", " +
" case when UPPER(tcd.use_yn) = 'Y' then 'N' else 'Y' end as \"delYn\", " +
" tcd.drft_summery as \"drftSummery\", " +
" tcd.drft_confe_charger as \"drftConfeCharger\", " +
" tcd.drft_confe_pw as \"drftConfePw\", " +
" tcd.drft_confe_room as \"drftConfeRoom\", " +
" null as \"drftMeasurePlanFileSeq\", " +
" null as \"drftMeasureResultFileSeq\", " +
" null as \"drftMeasurePlanFileName\", " +
" null as \"drftMeasureResultFileName\", " +
" null as \"drftMeasurePreDataFileName\", " +
" null as \"drftMeasurePreDataFileSeq\", " +
" null as \"drftMeasurePreFormFileName\", " +
" null as \"drftMeasurePreFormFileSeq\", " +
" null as \"drftMeasurePartnerFileName\", " +
" null as \"drftMeasurePartnerFileSeq\", " +
" null as \"drftProcess\", " +
" ( " +
" select tci.item_nm " +
" from tc_code_item tci " +
" where tci.item_cd = tcd.drft_type_cd " +
" limit 1 offset 0 " +
" ) as \"drftTypeNm\", " +
" concat(tdi.kcsc_cd, ' ', tdi.doc_nm) as \"categoryNm\", " +
" tco.cmt_nm as \"orgNm\", " +
" ( " +
" select tci.item_nm " +
" from tc_code_item tci " +
" where tci.item_cd = tcd.drft_stat_cd " +
" limit 1 offset 0 " +
" ) as \"drftStatNm\", " +
" null as \"categoryInfo\", " +
" null as \"orgType\", " +
" null as \"upOrgId\", " +
" null as \"orgList\", " +
" null as \"orgList1\", " +
" null as \"orgList2\", " +
" null as \"orgList3\", " +
" null as \"depthOrgId\", " +
" null as \"depthOrgId1\", " +
" null as \"depthOrgId2\", " +
" null as \"depthOrgId3\", " +
" to_char(tcd.frst_crt_dt, 'yyyy-mm-dd') as \"regDate\" " +
"from tn_cmt_draft tcd " +
"left join tn_document_info tdi on tcd.doc_info_seq = tdi.doc_info_seq " +
"left join tn_document_group tdg on tdi.group_seq = tdg.group_seq " +
"left join tn_cmt_org tco on tcd.cmt_seq = tco.cmt_seq " +
"where tcd.use_yn = 'Y' " +
"order by tcd.drft_seq desc " +
"limit :limit offset :limit * :offset",
nativeQuery = true)
List<Map<String, Object>> getCommitteeProgressStatus(
@Param("limit") Integer limit,
@Param("offset") Integer offset
);
}