From a193a214ce72fa4964470701afcba0d6d96108b4 Mon Sep 17 00:00:00 2001 From: Default Date: Mon, 14 Apr 2025 15:27:26 +0800 Subject: [PATCH] de --- code/app/task/crawler/zw630/page/ChapterPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/app/task/crawler/zw630/page/ChapterPage.php b/code/app/task/crawler/zw630/page/ChapterPage.php index 26fc305..4d19fb7 100644 --- a/code/app/task/crawler/zw630/page/ChapterPage.php +++ b/code/app/task/crawler/zw630/page/ChapterPage.php @@ -140,7 +140,7 @@ class ChapterPage extends BasePage $this->arrChapterInfo['c_site_code'] = $this->getSite()->getSiteCode(); $this->arrChapterInfo['c_site_uuid'] = $strUUId; $this->arrChapterInfo['c_content_path'] = '/novel/' . ($intNId % 100) . '/' . $intNId . '/' . $this->arrChapterInfo['c_sort_num'] . '_' . $this->arrChapterInfo['c_page'] . '.txt'; - + $this->arrChapterInfo['created_at'] = new \MongoDB\BSON\UTCDateTime(); $arrInsert = $this->arrChapterInfo; $this->filterOtherFields($arrInsert);