Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev
This commit is contained in:
@@ -54,8 +54,6 @@ class SiteMapLogic
|
||||
$this->strDate = date('Y-m-d');
|
||||
$this->strSiteMapPath = root_path('storage/SiteMap');
|
||||
|
||||
$this->intPageSize = 3;
|
||||
|
||||
$this->NovelModel = NovelModel::getInstance();
|
||||
|
||||
NovelModel::$arrOptions['projection'] = [
|
||||
|
||||
@@ -71,6 +71,10 @@ return [
|
||||
'key' => ['v_box_office' => 1],
|
||||
'options' => ['unique' => false]
|
||||
],
|
||||
[
|
||||
'key' => ['v_level' => 1],
|
||||
'options' => ['unique' => false]
|
||||
],
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user