* code for task #80461.

This commit is contained in:
wangyidong
2022-12-20 09:24:07 +08:00
parent c093724f9d
commit d28ea77f0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ class myModel extends model
->andWhere('t2.deleted')->eq(0)
->andWhere('t1.id')->in(array_keys($objectIDList))
->orderBy($orderBy)
->page($pager)
->page($pager, 't1.id')
->fetchAll('id');
}
elseif($objectType == 'requirement' or $objectType == 'story' or $objectType == 'bug')