|
@@ -45,6 +45,7 @@ class Comment
|
|
public function getList($uid)
|
|
public function getList($uid)
|
|
{
|
|
{
|
|
$where['uid'] = $uid;
|
|
$where['uid'] = $uid;
|
|
|
|
+ $where['type'] = '1,2,3,6';
|
|
$info = Dever::db('act/comment')->getAll($where);
|
|
$info = Dever::db('act/comment')->getAll($where);
|
|
|
|
|
|
return $info;
|
|
return $info;
|