bugfix
This commit is contained in:
parent
d8b627654d
commit
87a4d1cbef
@ -96,8 +96,7 @@ from folder as x left join (
|
|||||||
select unique a.* from folder a
|
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 not 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