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},'%')