This commit is contained in:
JaguarJack
2021-01-17 11:22:13 +08:00
5 changed files with 136 additions and 6 deletions

View File

@@ -19,6 +19,6 @@ trait CrontabSearch
public function searchStatusAttr($query, $value, $data)
{
return $query->whereLike('status', $value);
return $query->where('status', $value);
}
}