| | |
| | | inner join lf.sys_auth f on d.authid = f.id |
| | | where a.uid = 'admin') |
| | | order by order_num; |
| | | --------------------------------------------------------- |
| | | select * from lf.sys_dir order by id |
| | | select * from lf.sys_meta order by id; delete from lf.sys_meta where id > 20; |
| | | select * from lf.sys_fme_log; |
| | | select * from lf.sys_dep order by id |
| | | select * from lf.sys_user |
| | | select * from lf.sys_menu where cn_name='数据管理' |
| | | |
| | | --------------------------------------------------------- 查询位置 |
| | | select '国' "key", cname "value" from bs.th_globe_country where ST_Intersects(ST_PointFromText('POINT(114.178955 38.991743)', 4490), geom) |
| | | union all |
| | | select '省' "key", cname "value" from bs.th_province_area where ST_Intersects(ST_PointFromText('POINT(114.178955 38.991743)', 4490), geom) |
| | |
| | | select '市' "key", cname "value" from bs.th_district_area where ST_Intersects(ST_PointFromText('POINT(114.178955 38.991743)', 4490), geom) |
| | | union all |
| | | select '县' "key", cname "value" from bs.th_county_area where ST_Intersects(ST_PointFromText('POINT(114.178955 38.991743)', 4490), geom); |
| | | |
| | | |
| | | |
| | | --------------------------------------------------------- |
| | | select * from lf.sys_fme_log; |
| | | select * from lf.sys_meta; |
| | | -- delete from lf.sys_meta where id> 31; |
| | | -- delete from lf.sys_meta; alter sequence lf.sys_meta_id_seq restart with 1; |
| | | |
| | | |
| | | |