LiuJ пре 1 дан
родитељ
комит
0eb10e577a
1 измењених фајлова са 1 додато и 1 уклоњено
  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)