管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-29 ce5b216f2f39861745df3a6252640d29c25c9069
1
已修改1个文件
15 ■■■■ 文件已修改
data/db_cx.sql 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
data/db_cx.sql
@@ -15,17 +15,18 @@
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 bs.m_pipeline where parentid in ('fdac47da-8879-478d-b67c-9624e8b79d6c')
select * from lf.sys_attach where tab='bs.m_pipeline' and tab_guid in (select eventid from bs.m_pipeline where parentid in ('fdac47da-8879-478d-b67c-9624e8b79d6c'))
select * from bs.s_explorationpoint where exppointid like 'EA12%'
select id,name,code from lf.sys_dir where pid=0 order by code
select * from bs.m_marker where gid=854
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'