OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-19 74dafd36a2256700e645e697194dea3dc2f2f150
src/main/resources/mybatis/query-template/IspField-template.xml
@@ -13,7 +13,7 @@
        i.email as email,
        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 +30,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},'%')