src/main/resources/mapper/data/MetaMapper.xml
@@ -17,6 +17,9 @@ <if test="name != null"> and upper(name) like #{name} </if> <if test="wkt != null"> and ${wkt} </if> </where> </select> @@ -37,6 +40,9 @@ <if test="name != null"> and upper(name) like #{name} </if> <if test="wkt != null"> and ${wkt} </if> </where> order by id desc limit #{limit} offset #{offset}