This commit is contained in:
yumoqing 2025-07-30 13:41:32 +08:00
parent ca974fd89a
commit d8b627654d

View File

@ -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}$