| | |
| | | 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_attach where tab = 'bs.s_explorationpoint' and tab_guid in (select eventid from bs.s_explorationpoint where gid > 1) |
| | | select * from lf.sys_attach where tab != 'bd.b_borehole' |
| | | select * from lf.sys_publish |
| | | |
| | | select * from lf.sys_meta where |
| | | type = 'tif' or type = 'tiff' or lower(name) in ('平面图索引文件.xlsx', '穿跨越地形图.dwg', '中线成果表.xlsx', '离散点.xlsx', '控制点.xlsx', '地面线.xlsx') |
| | | |
| | | |
| | | |