bugfix
This commit is contained in:
parent
ca974fd89a
commit
d8b627654d
@ -97,7 +97,7 @@ select unique a.* from folder a
|
|||||||
left join folder b on a.id = b.parentid
|
left join folder b on a.id = b.parentid
|
||||||
left join file c on a.id=c.folderid
|
left join file c on a.id=c.folderid
|
||||||
where b.id is not null or c.id is n
|
where b.id is not null or c.id is n
|
||||||
ot null;
|
ot null
|
||||||
) as y
|
) as y
|
||||||
on x.id = y.id
|
on x.id = y.id
|
||||||
where x.parentid = ${fid}$
|
where x.parentid = ${fid}$
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user