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