* Fix bug#35072.

This commit is contained in:
chaideqing
2023-07-18 05:18:55 +00:00
parent 0f44372633
commit da9f3f65a7
+1
View File
@@ -962,6 +962,7 @@ class doc extends control
$docs = $this->dao->select('id, title')->from(TABLE_DOC)
->where('lib')->eq($libID)
->andWhere('deleted')->eq(0)
->andWhere('status')->eq('normal')
->andWhere('id')->in($docIdList)
->orderBy('`order` asc')
->fetchPairs();