|
@@ -126,7 +126,7 @@ class CarIllegalController extends BaseController
|
|
'place' => $val->point_name
|
|
'place' => $val->point_name
|
|
];
|
|
];
|
|
}
|
|
}
|
|
- return $data;
|
|
|
|
|
|
+ return $data ?? null;
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
return $this->error(-1, '超速详细列表出错!');
|
|
return $this->error(-1, '超速详细列表出错!');
|
|
}
|
|
}
|