| | |
| | | |
| | | update bd.b_hy20w_d21 set ann = concat(gb, '_', name) where 1 = 1; |
| | | select concat(gb, '_', name) from bd.dlg_agnp limit 10; |
| | | select * from lf.sys_layer |
| | | select a.*, fn_uname(create_user) createName, fn_uname(update_user) updateName from lf.sys_dict a limit 10 |
| | | update lf.sys_dict set create_user=1,create_time=now() |
| | | |
| | | select * from lf.sys_meta where 1=1 and type in ('ifc', 'fbx', 'rvt') order by id desc; |
| | | select * from lf.sys_meta where id in (1521) and type in ('ifc', 'fbx', 'rvt') order by id; |
| | | select * from bd.dlg_100w_hyda where eventid='f60b9ef6-9a00-4825-a3a4-130f5118cf2c' --dlg_100w_hyda.877 |
| | | select * from lf.sys_meta where id in (1526,1527) and type in ('tif', 'tiff', 'img') order by id; |
| | | select b.ns, a.* from lf.sys_layer a left join lf.sys_dict b on a.en_name = b.tab where b.field = 'gid' order by id; |
| | | |
| | | |
| | | |
| | | |
| | |
| | | |
| | | private double elev; |
| | | |
| | | private String ns; |
| | | |
| | | public LayerEntity() { |
| | | } |
| | | |
| | |
| | | public void setElev(double elev) { |
| | | this.elev = elev; |
| | | } |
| | | |
| | | public String getNs() { |
| | | return ns; |
| | | } |
| | | |
| | | public void setNs(String ns) { |
| | | this.ns = ns; |
| | | } |
| | | } |
| | |
| | | </select> |
| | | |
| | | <select id="selectAll" resultType="com.lf.server.entity.sys.LayerEntity"> |
| | | select * from lf.sys_layer order by id; |
| | | select b.ns, a.* from lf.sys_layer a left join lf.sys_dict b on a.en_name = b.tab where b.field = 'gid' order by id; |
| | | </select> |
| | | |
| | | <select id="selectById" resultType="com.lf.server.entity.sys.LayerEntity"> |