管道基础大数据平台系统开发-【后端】-Server
13693261870
2023-06-28 07bc9f972be6765642339506e6e31bc23de75406
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};