where('status', '=', 1); } public function fz_user() { return $this->hasOne(SystemUser::class, 'id', 'fz_user_id'); } }