|
|
@@ -69,7 +69,7 @@ class ViolationStoreDataJobs implements ShouldQueue
|
|
|
$limit = isset($message_data['limit']) ? $message_data['limit'] : 50;
|
|
|
$page = isset($message_data['page']) ? $message_data['page'] : 1;
|
|
|
|
|
|
- if ($platform != 'all') {
|
|
|
+ if ($platform != '0') {
|
|
|
$platform = explode(',', $platform);
|
|
|
$ScrapeDataModel=$ScrapeDataModel->whereIn('platform', $platform);
|
|
|
}
|