管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-06-29 afc33eae737255eb206e140a269fe7262d94cde2
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})