From 4a1f5d79c7569ca0a5eeec236510efdd16d085fb Mon Sep 17 00:00:00 2001 From: todaywindy Date: Fri, 13 Jun 2025 09:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=87=AA=E5=B7=B1=E7=9A=84?= =?UTF-8?q?=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/Message.php b/application/admin/controller/Message.php index 6728533..f3eb501 100644 --- a/application/admin/controller/Message.php +++ b/application/admin/controller/Message.php @@ -60,7 +60,7 @@ class Message extends Backend } [$where, $sort, $order, $offset, $limit] = $this->buildparams(); $list = $this->model - ->auth($this->auth) + ->where('to_id',$this->auth->id) ->where($where) ->where('type',1) ->order($sort, $order)