src/main/resources/mapper/all/BaseQueryMapper.xml
@@ -28,6 +28,9 @@ <if test="tab != null"> and upper(tab) like #{tab} or upper(tab_desc) like #{tab} </if> <if test="typesFilter != null"> and (${typesFilter}) </if> </where> </select> @@ -39,6 +42,9 @@ <if test="tab != null"> and (upper(tab) like #{tab} or upper(tab_desc) like #{tab}) </if> <if test="typesFilter != null"> and (${typesFilter}) </if> </where> order by id limit #{limit} offset #{offset};