This commit is contained in:
2025-03-27 18:21:38 +08:00
parent 23ae94eee5
commit 556c31fbd6

View File

@ -12,7 +12,7 @@ class TicketDept extends Model
$query->where('status', '=', 1); $query->where('status', '=', 1);
} }
public function fz_user() public function fzUser()
{ {
return $this->hasOne(SystemUser::class, 'id', 'fz_user_id'); return $this->hasOne(SystemUser::class, 'id', 'fz_user_id');
} }