From 7136da05295fb0aca6395820b9e9186b3904147b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Wed, 31 Jan 2024 09:43:35 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=A3=BC=EC=84=9D=20=ED=95=B4=EC=A0=9C?= =?UTF-8?q?=20sql=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/layout.css | 2 +- .../src/main/resources/mybatisMapper/StandardCodeMapper.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/css/layout.css b/egovframe-template-simple-react-contribution/src/css/layout.css index 71f4785..8c8df07 100644 --- a/egovframe-template-simple-react-contribution/src/css/layout.css +++ b/egovframe-template-simple-react-contribution/src/css/layout.css @@ -50,7 +50,7 @@ body {min-width: 1400px;} .c_wrap .layout {display: table; width: 100%; table-layout: fixed; padding-bottom: 20px;} /* added by lim padding-bottom: 20px; */ /* sub navigation */ -/*.c_wrap .layout .nav {display: table-cell; width: 220px; vertical-align: top;}*/ /* changed by lim width: 260px; */ +.c_wrap .layout .nav {display: table-cell; width: 220px; vertical-align: top;} /* changed by lim width: 260px; */ .c_wrap .layout .nav .inner {border: 1px solid #dde2e5; border-radius: 10px;} .nav_title{padding: 35px 30px 26px 30px;} /* changed by lim border-bottom: 4px solid #dde2e5; */ .c_wrap .layout .nav h2 {color: #222; font-size: 24px;} diff --git a/kcsc-back-end/src/main/resources/mybatisMapper/StandardCodeMapper.xml b/kcsc-back-end/src/main/resources/mybatisMapper/StandardCodeMapper.xml index 31772cd..bdf83d0 100644 --- a/kcsc-back-end/src/main/resources/mybatisMapper/StandardCodeMapper.xml +++ b/kcsc-back-end/src/main/resources/mybatisMapper/StandardCodeMapper.xml @@ -58,7 +58,7 @@ select a.* from tn_document_info a inner join tn_document_group b on a.kcsc_cd = b.kcsc_cd - where + and b.group_full_cd like #{listCode} || '%' @@ -68,6 +68,7 @@ or b.group_full_cd like 102043 || '%') and b.group_type = 'D' +