月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-25 89f9b7d46346da4f9263d27f6ce20032b9458bd5
src/main/resources/mapper/data/MetaMapper.xml
@@ -17,6 +17,9 @@
            <if test="name != null">
                and upper(name) like #{name}
            </if>
            <if test="wkt != null">
                and ${wkt}
            </if>
        </where>
    </select>
@@ -37,6 +40,9 @@
            <if test="name != null">
                and upper(name) like #{name}
            </if>
            <if test="wkt != null">
                and ${wkt}
            </if>
        </where>
        order by id desc
        limit #{limit} offset #{offset}