From 87a4d1cbeff477f1a69a65872fffc00d5a92bd49 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 30 Jul 2025 13:44:00 +0800 Subject: [PATCH] bugfix --- filemgr/filemgr.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/filemgr/filemgr.py b/filemgr/filemgr.py index e642f7f..5ee37ed 100644 --- a/filemgr/filemgr.py +++ b/filemgr/filemgr.py @@ -96,8 +96,7 @@ from folder as x left join ( 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 +where b.id is not null or c.id is not null ) as y on x.id = y.id where x.parentid = ${fid}$