This commit is contained in:
toom1996
2025-06-23 11:57:35 +08:00
parent 1daa716cc7
commit 5dcf82dd16

View File

@ -22,7 +22,7 @@ class ToolsController extends AbstractController
public function getQueryKeyword(): \Psr\Http\Message\ResponseInterface
{
$keyword = AppKeywordsMonitorTask::query()
->where('id', 23)
// ->where('id', 23)
->where('queried_at', '<=', strtotime('-2 hours'))
->where('is_delete', 0);