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:
commit
d17042ad46
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user