From ab7e04765622b7ef31bb891a91e89abcf203c31d Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 목, 09 12월 2021 14:35:15 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/resources/mybatis/query-template/IspField-template.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/query-template/IspField-template.xml b/src/main/resources/mybatis/query-template/IspField-template.xml index 7d08a4e..11685ce 100644 --- a/src/main/resources/mybatis/query-template/IspField-template.xml +++ b/src/main/resources/mybatis/query-template/IspField-template.xml @@ -11,9 +11,10 @@ i.manager as manager, i.tel as tel, i.email as email, + i.url as url, i.memo as memo FROM - isp i + isp_field i WHERE 1=1 <if test="name != '' and name != null"> AND i.name like CONCAT('%',#{name},'%') @@ -30,7 +31,7 @@ SELECT count(i.id) FROM - isp i + isp_field i WHERE 1=1 <if test="name != '' and name != null"> AND i.name like CONCAT('%',#{name},'%') -- Gitblit v1.8.0