From fa1a6a814c220239634b04b641510966b3d1d759 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 22 Jun 2026 11:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Crawl/CrawlImportService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Crawl/CrawlImportService.php b/app/Services/Crawl/CrawlImportService.php index 7a980a5..67d42fa 100644 --- a/app/Services/Crawl/CrawlImportService.php +++ b/app/Services/Crawl/CrawlImportService.php @@ -333,7 +333,7 @@ class CrawlImportService 'crawl_job_id' => $job->id, 'summary' => $payload['summary'] ?? null, 'content_html' => $content, - 'status' => 0, + 'status' => 1, 'published_at' => $this->resolvePublishedAt($payload['published_at'] ?? null), ]);