LiuJ hai 1 día
pai
achega
8d0fe88767
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/JsonRpc/NewsService.php

+ 1 - 0
app/JsonRpc/NewsService.php

@@ -350,6 +350,7 @@ class NewsService implements NewsServiceInterface
       return Result::error("没有推荐数据");
     }
     //id
+    $whereArticle = [];
     if (isset($data['id'])) {
       $whereArticle['id'] = $data['id'];
     }