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