Commit 819ac0ba authored by 章建武's avatar 章建武

dep

parent ea9248a3
...@@ -59,7 +59,6 @@ class ArticleController extends Controller ...@@ -59,7 +59,6 @@ class ArticleController extends Controller
// ->whereNotIn('id', $group_news1->pluck('id')->toArray()) // ->whereNotIn('id', $group_news1->pluck('id')->toArray())
->orderBy('num', 'desc') ->orderBy('num', 'desc')
->limit(2)->get(); ->limit(2)->get();
// dd($language_type);
$item_trends = ArticleInfo::query()->where('type', '=', NewsType::ITEM_TRENDS) $item_trends = ArticleInfo::query()->where('type', '=', NewsType::ITEM_TRENDS)
->where('status', '=', 0) ->where('status', '=', 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment