de
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user