dever 6 years ago
parent
commit
2f1937d571
2 changed files with 2 additions and 2 deletions
  1. 1 1
      act/database/subscribe.php
  2. 1 1
      main/src/Journal.php

+ 1 - 1
act/database/subscribe.php

@@ -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.*',
 		),
 	)

+ 1 - 1
main/src/Journal.php

@@ -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) {