查看自己的消息

This commit is contained in:
todaywindy 2025-06-13 09:53:17 +08:00
parent 57c0c44c3d
commit 4a1f5d79c7

View File

@ -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)