public function roles(){ return $this->hasOne('App\Models\Role')->where('type',$this->type); }
$this->type 获取不到任何值?这是为什么?$this->attributes的值也是空数组,这是为什么啊?
$this->type
$this->attributes
慕田峪4524236
斯蒂芬大帝