fixed:修复附件无法删除
This commit is contained in:
@@ -24,6 +24,6 @@ trait DeveloperSearch
|
||||
|
||||
public function searchStatusAttr($query, $value, $data)
|
||||
{
|
||||
return $query->where('driver', $value);
|
||||
return $query->where('status', $value);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user