update:更新定时任务搜索
This commit is contained in:
parent
870e81ab9d
commit
901c7f6cd7
@ -19,6 +19,6 @@ trait CrontabSearch
|
||||
|
||||
public function searchStatusAttr($query, $value, $data)
|
||||
{
|
||||
return $query->whereLike('status', $value);
|
||||
return $query->where('status', $value);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user