From 49a02aa2071bcaf94f0f8c19e2578cd7650160a4 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 금, 10 12월 2021 19:22:13 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa

---
 src/main/resources/mybatis/query-template/companyField-template.xml |    5 ++++-
 1 files changed, 4 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 c40ca51..e4b8e15 100644
--- a/src/main/resources/mybatis/query-template/companyField-template.xml
+++ b/src/main/resources/mybatis/query-template/companyField-template.xml
@@ -10,7 +10,10 @@
         cf.manager as manager,
         cf.tel as tel,
         cf.email as email,
-        cf.memo as memo
+        cf.url as url,
+        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