查看自己的消息
This commit is contained in:
parent
57c0c44c3d
commit
4a1f5d79c7
|
|
@ -60,7 +60,7 @@ class Message extends Backend
|
||||||
}
|
}
|
||||||
[$where, $sort, $order, $offset, $limit] = $this->buildparams();
|
[$where, $sort, $order, $offset, $limit] = $this->buildparams();
|
||||||
$list = $this->model
|
$list = $this->model
|
||||||
->auth($this->auth)
|
->where('to_id',$this->auth->id)
|
||||||
->where($where)
|
->where($where)
|
||||||
->where('type',1)
|
->where('type',1)
|
||||||
->order($sort, $order)
|
->order($sort, $order)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user