工单筛选

This commit is contained in:
2025-03-14 09:57:35 +08:00
parent fbcfef4ff0
commit c854518581
3 changed files with 7 additions and 4 deletions

View File

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