This commit is contained in:
Default
2025-04-14 15:27:26 +08:00
parent 6a47139da5
commit a193a214ce

View File

@@ -140,7 +140,7 @@ class ChapterPage extends BasePage
$this->arrChapterInfo['c_site_code'] = $this->getSite()->getSiteCode(); $this->arrChapterInfo['c_site_code'] = $this->getSite()->getSiteCode();
$this->arrChapterInfo['c_site_uuid'] = $strUUId; $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['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; $arrInsert = $this->arrChapterInfo;
$this->filterOtherFields($arrInsert); $this->filterOtherFields($arrInsert);