管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2024-12-18 2a7ba88ff2f2a0de623d2078e026acf4904ca8e3
src/main/resources/mapper/data/UploadMapper.xml
@@ -12,7 +12,15 @@
        order by id
    </select>
    <select id="selectProject" resultType="com.lf.server.entity.ctrl.IdNameEntity">
        select id, name from lf.sys_dir where pid = 0 and id > 1
    <select id="selectCount4Coord" resultType="java.lang.Integer">
        select count(*) from lf.sys_coord where epsgcode = #{epsgCode}
    </select>
    <select id="selectProject" resultType="com.lf.server.entity.data.DirEntity">
        select * from lf.sys_dir where pid = 0 and id > 1 order by order_num, code;
    </select>
    <select id="selectFmeLog" resultType="com.lf.server.entity.data.FmeLogEntity">
        select * from lf.sys_fme_log where parentid = #{parentid};
    </select>
</mapper>