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