This commit is contained in:
yumoqing 2025-08-13 17:13:54 +08:00
parent 680a7c4e6c
commit 0958535f84

View File

@ -179,7 +179,7 @@ union
select unique a.* from folder a
left join file c on a.id=c.folderid
where a.id=${folderid}$
and b.id is not null"""
and c.id is not null"""
recs = await sor.sqlExe(sql, {'folderid':folderid})
if recs:
return True