Commit d4b86372 authored by hujun's avatar hujun

喜报

parent e525cd31
......@@ -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