管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-01 a15f3a58184db586d4442fc51a545093dfc34a9f
src/main/resources/mapper/all/BaseQueryMapper.xml
@@ -67,4 +67,8 @@
        union all
        select '县' "key", cname "value" from bs.th_county_area where ST_Intersects(ST_PointFromText(#{wkt}, 4490), geom);
    </select>
    <select id="selectBaseType" resultType="com.lf.server.entity.data.DirEntity">
        select * from lf.sys_dir where pid = 1
    </select>
</mapper>