管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-28 de5c10c0c692dc3cad552821ca78f7ddb4074491
data/db_cx.sql
@@ -375,9 +375,8 @@
order by name;
select modular1, count(*) from lf.sys_operate group by modular1;
select modular1,modular2,count(*) from lf.sys_operate group by modular1,modular2 order by modular1;
select modular1,modular2 from lf.sys_operate where modular1 not in ('综合展示','数据质检','数据管理','数据交换','服务管理','系统对接','运维管理');
delete from lf.sys_operate where modular1 not in ('综合展示','数据质检','数据管理','数据交换','服务管理','系统对接','运维管理');
select id,cn_name,elev from lf.sys_layer where cn_name in ('火车站','地下管线','中卫站','庆阳站','地层示例');