src/main/resources/mapper/data/UploadMapper.xml
@@ -11,4 +11,16 @@ </where> order by id </select> <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>