dever 6 years ago
parent
commit
053ea7034f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      act/lib/Like.php

+ 1 - 1
act/lib/Like.php

@@ -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;