fixed:修复附件无法删除

This commit is contained in:
JaguarJack
2021-03-01 21:01:37 +08:00
parent 17491ca7da
commit c3b36013d7
5 changed files with 99 additions and 88 deletions

View File

@@ -24,6 +24,6 @@ trait DeveloperSearch
public function searchStatusAttr($query, $value, $data)
{
return $query->where('driver', $value);
return $query->where('status', $value);
}
}