| | |
| | | |
| | | -- 删除冗余数据,修复tab_guid值 |
| | | select id,name,path,tab,tab_guid from lf.sys_attach where tab != 'bd.b_borehole' order by id desc limit 200; |
| | | select * from lf.sys_fme_log order by id desc limit 15; -- 255 > |
| | | select * from lf.sys_meta order by id desc limit 15; -- 1723 > |
| | | select * from lf.sys_attach where tab != 'bd.b_borehole' order by id desc limit 50; -- 358042 |
| | | select * from lf.sys_meta where tab is not null order by id desc |
| | | |
| | | select * from lf.sys_meta where name='勘探点地层表.xlsx' or type='fbx' |
| | | select * from lf.sys_meta where name='勘探点地层表.xlsx' or type='fbx'; |
| | | --delete from bs.s_explorationpointstratum where parentid in (select eventid from lf.sys_meta where name='勘探点地层表.xlsx'); |
| | | --delete from lf.sys_meta where name='勘探点地层表.xlsx'; |
| | | select * from lf.sys_meta where |
| | | type = 'tif' or type = 'tiff' or lower(name) in ('平面图索引文件.xlsx', '穿跨越地形图.dwg', '中线成果表.xlsx', '离散点.xlsx', '控制点.xlsx', '地面线.xlsx') |
| | | select * from lf.sys_apply order by id desc; |
| | | select * from lf.sys_flow order by id desc; |
| | | select * from lf.sys_meta where id in (1411, 1412, 8, 2140); |
| | | select * from lf.sys_meta order by id; |
| | | select * from bs.s_explorationpointstratum; |
| | | select * from lf.sys_meta where type = 'tif' or type = 'tiff' or lower(name) in ('平面图索引文件.xlsx', '穿跨越地形图.dwg', '中线成果表.xlsx', '离散点.xlsx', '控制点.xlsx', '地面线.xlsx'); |
| | | select * from lf.sys_user where uid = 'admin' |
| | | select * from lf.sys_dep order by id |
| | | select * from lf.sys_dir where pid=0 |
| | | select * from lf.sys_apply order by id desc |
| | | select * from lf.sys_flow order by id desc; |
| | | -- delete from lf.sys_apply where id in (37,38); delete from lf.sys_flow where applyid in (37, 38); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |