From ac15c2882303c3b7a3043e9c7fd2829ee076d872 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 21 二月 2023 14:42:13 +0800 Subject: [PATCH] 1 --- data/update.sql | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/update.sql b/data/update.sql index c7ddac6..8a5108e 100644 --- a/data/update.sql +++ b/data/update.sql @@ -219,9 +219,10 @@ select * from lf.sys_report order by code select * from lf.sys_layer select * from lf.sys_meta; -select a.* from lf.sys_dir a where code not like '00%' order by code; +select a.* from lf.sys_dir a where pid = 0; +select a.* from lf.sys_dir a where code = '06' order by code; - +select a.*, fn_get_fullname(a.code, 2) fullName from lf.sys_dir a where code = '01' -- Gitblit v1.9.3