Accept Merge Request #144: (feature/hant -> develop)

Merge Request: 查看自己的消息

Created By: @todayswind
Accepted By: @todayswind
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/144?initial=true
This commit is contained in:
todayswind 2025-06-13 14:59:06 +08:00 committed by Coding
commit d17042ad46

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)