From c5b1f5bce826ec57ad1f45c1ab7fedb75ed7f9cb Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 월, 20 12월 2021 17:39:40 +0900
Subject: [PATCH] 이슈 상세 뒤로가기 버튼 생성

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

diff --git a/src/main/resources/mybatis/query-template/companyField-template.xml b/src/main/resources/mybatis/query-template/companyField-template.xml
index 18c73ac..e4b8e15 100644
--- a/src/main/resources/mybatis/query-template/companyField-template.xml
+++ b/src/main/resources/mybatis/query-template/companyField-template.xml
@@ -11,7 +11,9 @@
         cf.tel as tel,
         cf.email as email,
         cf.url as url,
-        cf.memo as memo
+        cf.memo as memo,
+        cf.isp_id as ispId,
+        cf.hosting_id as hostingId
         FROM
         company_field cf
         WHERE 1=1

--
Gitblit v1.8.0