From d548c2dd5dc08a24d160f706a66e2f0cbb7e5d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=AF=BC=ED=98=95?= Date: Tue, 5 Dec 2023 18:01:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=EB=A6=AC=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=20=EC=A4=91=EB=B6=84=EB=A5=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/EgovFooter.jsx | 7 ++++--- .../src/pages/main/EgovMain.jsx | 10 ++++----- .../pages/standardCode/StandardCodeList.jsx | 21 ++++++++++++++++--- .../standardCode/StandardCodeController.java | 1 + .../entity/TnDocumentCodeList.java | 2 ++ .../standardCode/entity/TnDocumentInfo.java | 2 ++ 6 files changed, 32 insertions(+), 11 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx b/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx index eaa4404..62582ff 100644 --- a/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx +++ b/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx @@ -10,13 +10,14 @@ function EgovFooter() {

- - + 국가건설 기준센터 + {/* + */}

- 대표문의메일 : egovframeexample@gmail.com |
대표전화 : 0000-0000 (000-0000-0000)
+ 대표문의메일 : kcsc@kict.re.kr |
대표전화 : 0000-0000 (000-0000-0000)
호환성확인 : 000-0000-0000 | 교육문의 : 0000-0000-0000

Copyright © 2021 Ministry Of The Interior And Safety. All Rights Reserved.

diff --git a/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx b/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx index 799b677..b923ebd 100644 --- a/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx @@ -105,7 +105,7 @@ function EgovMain(props) {
- {/*단순 홈페이지 전자정부 표준프레임워크의 경량환경 내부업무에 대한 최신 정보와 기술을 제공하고 있습니다.*/} + {/*단순 홈페이지 전자정부 국가건설기준센터의 경량환경 내부업무에 대한 최신 정보와 기술을 제공하고 있습니다.*/}

건설기준코드 검색

공통코드 @@ -171,7 +171,7 @@ function EgovMain(props) {

주요사업 소개

-

표준프레임워크가 제공하는
+

국가건설기준센터가 제공하는
주요 사업을 소개합니다.

자세히 보기 @@ -179,7 +179,7 @@ function EgovMain(props) {

대표서비스 소개

-

표준프레임워크 실행환경의
+

국가건설기준센터 실행환경의
서비스 그룹에서 제공하는
대표서비스입니다.

@@ -188,7 +188,7 @@ function EgovMain(props) {

서비스 신청

-

표준프레임워크 경량환경
+

국가건설기준센터 경량환경
홈페이지의 다양한 서비스를
신청 하실 수 있습니다.

@@ -197,7 +197,7 @@ function EgovMain(props) {

일정 현황

-

표준프레임워크 경량환경
+

국가건설기준센터 경량환경
홈페이지의 전체적인 일정
현황을 조회하실 수 있습니다.

diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx index 50109aa..ac22c7d 100644 --- a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx @@ -80,7 +80,13 @@ function StandardCodeList(props) { const bbsId = location.state?.bbsId || NOTICE_BBS_ID; // eslint-disable-next-line no-unused-vars - const [searchCondition, setSearchCondition] = useState(location.state?.searchCondition || {listCode: listCode, pageIndex: 1, category1: '', category2: '', searchWrd: ''});// 기존 조회에서 접근 했을 시 || 신규로 접근 했을 시 + const [searchCondition, setSearchCondition] = useState(location.state?.searchCondition || { + pageIndex: 1, + tab: listCode.substring(0, 2), + category1: listCode.substring(2, 4), + category2: listCode.substring(4, 6), + searchWrd: '' + });// 기존 조회에서 접근 했을 시 || 신규로 접근 했을 시 const [masterBoard, setMasterBoard] = useState({}); const [paginationInfo, setPaginationInfo] = useState({}); @@ -176,7 +182,6 @@ function StandardCodeList(props) { { - setfilterData(e.target.value); }} /> @@ -205,10 +210,20 @@ function StandardCodeList(props) { diff --git a/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/StandardCodeController.java b/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/StandardCodeController.java index de8039b..47cf482 100644 --- a/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/StandardCodeController.java +++ b/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/StandardCodeController.java @@ -158,6 +158,7 @@ public class StandardCodeController extends BaseController { resultMap.put("paginationInfo", paginationInfo); System.out.println("@@@ category1 : " + tnDocumentInfo.getCategory1()); + System.out.println("@@@ category2 : " + tnDocumentInfo.getCategory2()); System.out.println("@@@ searchWrd : " + tnDocumentInfo.getSearchWrd()); System.out.println("@@@ tab : " + tnDocumentInfo.getTab()); diff --git a/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/entity/TnDocumentCodeList.java b/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/entity/TnDocumentCodeList.java index 9a12188..08a324c 100644 --- a/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/entity/TnDocumentCodeList.java +++ b/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/entity/TnDocumentCodeList.java @@ -35,4 +35,6 @@ public class TnDocumentCodeList { private Integer contentcount; @Column(name = "parent_group_seq") private String parentGroupSeq; + @Column(name = "group_full_cd") + private String groupFullCd; } diff --git a/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/entity/TnDocumentInfo.java b/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/entity/TnDocumentInfo.java index f983f61..541d4c8 100644 --- a/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/entity/TnDocumentInfo.java +++ b/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/entity/TnDocumentInfo.java @@ -111,4 +111,6 @@ public class TnDocumentInfo { private String tab; @Transient private String category1; + @Transient + private String category2; } \ No newline at end of file