LiuJ 2 dias atrás
pai
commit
0eb10e577a
1 arquivos alterados com 1 adições e 1 exclusões
  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)