src/main/resources/mapper/data/MetaMapper.xml
@@ -39,7 +39,10 @@ <select id="selectCountForUpload" resultType="java.lang.Integer"> select count(*) from lf.sys_meta <where> create_user = #{createUser} and type in (${types}) create_user = #{createUser} <if test="types != null"> and type in (${types}) </if> <if test="name != null"> and name like #{name} </if>