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