月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-06-02 c31e03f0e51214a524d3fc34d30f3459698ff625
src/main/resources/mapper/data/UploadMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.lf.server.mapper.data.UploadMapper">
    <select id="selectCoords" resultType="com.lf.server.entity.data.CoordEntity">
<mapper namespace="com.moon.server.mapper.data.UploadMapper">
    <select id="selectCoords" resultType="com.moon.server.entity.data.CoordEntity">
        select * from lf.sys_coord
        <where>
            1 = 1
@@ -16,11 +16,11 @@
        select count(*) from lf.sys_coord where epsgcode = #{epsgCode}
    </select>
    <select id="selectProject" resultType="com.lf.server.entity.data.DirEntity">
    <select id="selectProject" resultType="com.moon.server.entity.data.DirEntity">
        select * from lf.sys_dir where pid = 0 and id > 1
    </select>
    <select id="selectFmeLog" resultType="com.lf.server.entity.data.FmeLogEntity">
    <select id="selectFmeLog" resultType="com.moon.server.entity.data.FmeLogEntity">
        select * from lf.sys_fme_log where parentid = #{parentid};
    </select>
</mapper>