* Fix bug#31467.

This commit is contained in:
xieqiyu
2023-01-05 10:05:45 +08:00
parent c2fd82381d
commit ee5aacbd35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class fileModel extends model
->where('objectType')->eq($objectType)
->andWhere('objectID')->in($objectID)
->andWhere('extra')->ne('editor')
->beginIF($extra)->andWhere('extra')->eq($extra)
->beginIF($extra)->andWhere('extra')->in($extra)->fi()
->andWhere('deleted')->eq('0')
->orderBy('id')
->fetchAll('id');