update
This commit is contained in:
@ -57,7 +57,7 @@ class NewsService extends BaseService
|
||||
->where('is_delete', 0);
|
||||
var_dump($relationId[$id]);
|
||||
if (isset($relationId[$id])) {
|
||||
$query->whereIn('platform', [$id]);
|
||||
$query->whereIn('platform', $relationId[$id]);
|
||||
} else {
|
||||
$query->where('platform', $id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user