|
@@ -576,6 +576,7 @@ class Api extends Core
|
|
$parent_page_id = $this->parent_page_id;
|
|
$parent_page_id = $this->parent_page_id;
|
|
$page_id = $this->page_id;
|
|
$page_id = $this->page_id;
|
|
$where['info_id'] = $this->id;
|
|
$where['info_id'] = $this->id;
|
|
|
|
+ $where['times_id'] = $this->times;
|
|
$data['cate'] = Dever::db('collection/page')->main($where);
|
|
$data['cate'] = Dever::db('collection/page')->main($where);
|
|
if ($data['cate']) {
|
|
if ($data['cate']) {
|
|
$content = Dever::db('collection/content')->child($where);
|
|
$content = Dever::db('collection/content')->child($where);
|