From fdf890914bd628c4d09ccbf18dfbfbc7353fa6d7 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 18 Feb 2025 07:44:16 +0000 Subject: [PATCH] * [error] add false to getQueue. --- module/mail/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/mail/model.php b/module/mail/model.php index 9f3939dd19..70fa02e558 100644 --- a/module/mail/model.php +++ b/module/mail/model.php @@ -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. */