dever 3 năm trước cách đây
mục cha
commit
b9cdb87a67
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/goods/lib/Info.php

+ 1 - 1
app/goods/lib/Info.php

@@ -470,7 +470,7 @@ class Info
         }
 
         if ($info['tag_id']) {
-            $info['tag'] = Dever::db('goods/tag')->getAllByIds($info['tag_id']);
+            $info['tag'] = Dever::db('goods/tag')->getAllByIds(array('ids' => $info['tag_id']));
         }
 
         return $info;