15313670163 пре 3 недеља
родитељ
комит
8acd3b66cc
1 измењених фајлова са 1 додато и 1 уклоњено
  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 = [