| | |
| | | from lf.sys_meta a where id = #{id} |
| | | </select> |
| | | |
| | | <select id="selectByIds" resultType="com.moon.server.entity.data.MetaEntity"> |
| | | select * |
| | | from lf.sys_meta |
| | | where id in (${ids}) |
| | | order by id desc; |
| | | </select> |
| | | |
| | | <select id="selectByGuid" resultType="com.moon.server.entity.data.MetaEntity"> |
| | | select st_astext(geom) "geom", a.*, fn_uname(a.create_user) createName, fn_uname(a.update_user) updateName, fn_get_fullname(a.depcode, 1) depName, fn_ver(a.verid) verName, fn_get_fullname(a.dircode, 2) dirName |
| | | from lf.sys_meta a |