| | |
| | | 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> |