OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-10 719c18acfac48943d3a7e83d632234c1f8b3dab6
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},'%')