From d8b627654ded840096fc8c181fa1426d1c376783 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 30 Jul 2025 13:41:32 +0800 Subject: [PATCH] bugfix --- filemgr/filemgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemgr/filemgr.py b/filemgr/filemgr.py index 9a6e397..e642f7f 100644 --- a/filemgr/filemgr.py +++ b/filemgr/filemgr.py @@ -97,7 +97,7 @@ select unique a.* from folder a left join folder b on a.id = b.parentid left join file c on a.id=c.folderid where b.id is not null or c.id is n -ot null; +ot null ) as y on x.id = y.id where x.parentid = ${fid}$