Commit 7d768240 authored by clone's avatar clone

Merge branch 'test'

parents 646e99ad d4b86372
......@@ -30,9 +30,9 @@ class Feed extends Basic
if (isset($this->params['home']) && $this->params['home'] == 1) {
//首页
$where_0['status'] = 0;
$where_0['type'] = 1;
$where_0['type'] = 0;
$where_1['status'] = 0;
$where_1['type'] = 0;
$where_1['type'] = 1;
$feed = $push->getFeedInfo($field, $where_0, 'id desc');
$notice = $push->getFeedInfo($field, $where_1, 'id desc');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment