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