OWL ITS + 탐지시스템(인터넷 진흥원)
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},'%')