Staff登录

This commit is contained in:
2024-12-02 14:35:03 +08:00
parent 59e77906f0
commit 410a838e8b
3 changed files with 25 additions and 4 deletions

View File

@ -8,6 +8,6 @@ class InspectionStaffToken extends Model
{
public function staff()
{
return $this->belongsTo(InspectionStaff::class, 'id', 'staff_id');
return $this->belongsTo(InspectionStaff::class, 'staff_id');
}
}