dever 6 năm trước cách đây
mục cha
commit
053ea7034f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;