月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-14 e002c67732b571f0b20cca8321ca8ee1ddba2e05
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};