|
@@ -1773,7 +1773,7 @@ class NewsService implements NewsServiceInterface
|
|
|
if ($type_id == 1) {
|
|
|
|
|
|
$apply_articale = Article::where('status', 1)
|
|
|
- ->where('user_id', $user_id)
|
|
|
+ ->where('admin_user_id', $user_id)
|
|
|
->orderBy('updated_at', 'desc')
|
|
|
->limit(5)->get();
|
|
|
|