@@ -169,7 +169,7 @@ return array
),
'type' => 'all',
'order' => array('t_1.id' => 'desc'),
- 'page' => array(10, 'list'),
+ 'page' => array(1, 'list'),
'col' => '*,t_2.*',
)
@@ -93,7 +93,7 @@ class Journal extends Core
# 我的小刊列表
$where = array();
$where['type'] = 4;
- $where['source'] = '1,2';
+ $where['source'] = '1,2,3,4';
$where['cate_id'] = $cate['id'];
$data = Dever::db('act/subscribe')->getMyAll($where);
if ($data) {