管道基础大数据平台系统开发-【后端】-Server
5
13693261870
2023-01-09 57c63c7af9bcff4d38da1bf247ec0eac21887c48
data/update.sql
@@ -108,12 +108,7 @@
select * from lf.sys_coord where epsgcode = 'EPSG:4490';
select * from lf.sys_operate;
with recursive rs as(
   select a.*, fullName from lf.sys_dir a where name=#{name}
union
   select a.* from lf.sys_dir a, rs b where a.pid=b.id
)
select * from rs order by order_num;