From 57c63c7af9bcff4d38da1bf247ec0eac21887c48 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 09 一月 2023 16:11:13 +0800 Subject: [PATCH] 5 --- data/update.sql | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/data/update.sql b/data/update.sql index 3aedf7b..e4ab8ad 100644 --- a/data/update.sql +++ b/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; + -- Gitblit v1.9.3