* [error] add false to getQueue.

This commit is contained in:
sunguangming
2025-02-18 15:52:21 +08:00
committed by 刘刚
parent 7e524b47cc
commit fdf890914b
+1 -1
View File
@@ -489,7 +489,7 @@ class mailModel extends model
->beginIF(!empty($status) && $status != 'all')->andWhere('status')->eq($status)->fi()
->orderBy($orderBy)
->page($pager)
->fetchAll('id');
->fetchAll('id', false);
if(!$mergeByUser) return $mails;
/* Group mails by toList and ccList. */