auth:
$this->auth->isSuperAdmin()
$this->auth->id
$this->auth->getGroups()
$this->auth->getGroupIds()[0]
数据库:
$list = $this->model
->with(['customer','adminid'])
->where($where)
->where('selllist.aid',$this->auth->id)
->order($sort, $order)
->paginate($limit);
发表评论 取消回复