src/main/resources/mapper/all/BaseQueryMapper.xml
@@ -26,7 +26,7 @@ <where> field = #{field} and status = 0 <if test="tab != null"> and upper(tab) like #{tab} or upper(tab_desc) like #{tab} and (upper(tab) like #{tab} or upper(tab_desc) like #{tab}) </if> <if test="typesFilter != null"> and (${typesFilter})