format('Y-m-d H:i:s'); } public function dept(){ return $this->hasOne(SysDept::class,'dept_id','doctor_dept_id')->select('dept_id','dept_name'); } }