* [bug#68673,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-12-29 05:15:20 +00:00
parent c307f5fecf
commit b2556143c4
+1 -1
View File
@@ -2154,7 +2154,7 @@ class blockZen extends block
->beginIF($objectType == 'demand')->andWhere('t2.deleted')->eq(0)->fi()
->orderBy($orderBy)
->beginIF($limitCount)->limit($limitCount)->fi()
->fetchAll();
->fetchAll('id', false);
if($objectType == 'todo')
{