15313670163 3 tuần trước cách đây
mục cha
commit
8acd3b66cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -1055,7 +1055,7 @@ class NewsService implements NewsServiceInterface
                     ->leftJoin('website_category', 'website_category.category_id', 'article.catid','website_category.aLIas_pinyin')
                     ->select('article.*','website_category.category_id','website_category.alias','website_category.aLIas_pinyin')
                     ->orderBy('updated_at', 'desc')
-                    ->limit($parentImgNum)
+                    ->limit($parentTextNum)
                     ->get()->all();
             }
             $resultItem = [