From cbaf5a17c5185b2ef897fc9fe1fbb9fecb18ac41 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 토, 11 12월 2021 18:26:09 +0900
Subject: [PATCH] - 이슈 상세화면에서 하위 이슈/연관 이슈 검색시 오류 수정

---
 src/main/resources/mybatis/query-template/department-template.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mybatis/query-template/department-template.xml b/src/main/resources/mybatis/query-template/department-template.xml
index eb3bea2..9b97cbb 100644
--- a/src/main/resources/mybatis/query-template/department-template.xml
+++ b/src/main/resources/mybatis/query-template/department-template.xml
@@ -67,8 +67,7 @@
         </choose>
     </select>
 
-    <select id="findProjectDepartment
-" resultType="java.util.HashMap"
+    <select id="findProjectDepartment" resultType="java.util.HashMap"
             parameterType="kr.wisestone.owl.web.condition.UserCondition">
         select DISTINCT (d.id) as departmentId, d.department_name as departmentName from department d
          inner join project_role_department prd on prd.department_id = d.id

--
Gitblit v1.8.0