LiuJ 2 ngày trước cách đây
mục cha
commit
0eb10e577a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/JsonRpc/WebsiteService.php

+ 1 - 1
app/JsonRpc/WebsiteService.php

@@ -883,7 +883,7 @@ class WebsiteService implements WebsiteServiceInterface
                 $now = Carbon::now();
                 // 系统提醒审核消息
                 $sys_msg = [];
-                $article = Article::where('status', 1)
+                $article = Article::where('status', 0)
                     ->where('admin_user_id', $user_id)
                     ->orderBy('updated_at', 'desc')
                     ->limit(5)