bugfix
This commit is contained in:
parent
680a7c4e6c
commit
0958535f84
@ -179,7 +179,7 @@ union
|
|||||||
select unique a.* from folder a
|
select unique a.* from folder a
|
||||||
left join file c on a.id=c.folderid
|
left join file c on a.id=c.folderid
|
||||||
where a.id=${folderid}$
|
where a.id=${folderid}$
|
||||||
and b.id is not null"""
|
and c.id is not null"""
|
||||||
recs = await sor.sqlExe(sql, {'folderid':folderid})
|
recs = await sor.sqlExe(sql, {'folderid':folderid})
|
||||||
if recs:
|
if recs:
|
||||||
return True
|
return True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user