From 2c6cc94d3c4d5c60f054fe0f9d9b4753bbdab4ed Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 19 Oct 2023 10:24:20 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EA=B8=B0?= =?UTF-8?q?=EA=B4=80=20=ED=8F=89=ED=83=9D=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/mapper/base/user-mapper.xml | 2 +- src/main/webapp/WEB-INF/jsp/include/top.jsp | 3 ++- src/main/webapp/WEB-INF/jsp/login.jsp | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/sql/mapper/base/user-mapper.xml b/src/main/resources/sql/mapper/base/user-mapper.xml index 5827767c..b4c53ad7 100644 --- a/src/main/resources/sql/mapper/base/user-mapper.xml +++ b/src/main/resources/sql/mapper/base/user-mapper.xml @@ -71,7 +71,7 @@ SELECT USER_ID , (CASE WHEN A.NSTT_CD = 'default' THEN '기본 기관' - ELSE (SELECT INST_NM FROM TB_SGG_INFO WHERE INST_CD = A.NSTT_CD) + ELSE (SELECT INST_NM FROM TB_SGG_INFO WHERE INST_CD = A.NSTT_CD LIMIT 1) END ) AS NSTT_NM , CRTFC_DN diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index fce183bb..3dfee9c6 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -83,7 +83,8 @@
- " alt class="w-px-40 h-auto rounded-circle" /> + " alt + class="w-px-40 h-auto rounded-circle" />
diff --git a/src/main/webapp/WEB-INF/jsp/login.jsp b/src/main/webapp/WEB-INF/jsp/login.jsp index ec014a9b..c19535f9 100644 --- a/src/main/webapp/WEB-INF/jsp/login.jsp +++ b/src/main/webapp/WEB-INF/jsp/login.jsp @@ -56,6 +56,7 @@ style="height:45px;width:100%;max-width:560px;"> +