溯源操作
This commit is contained in:
parent
99b6f8f834
commit
a0d6fa73b4
|
@ -51,7 +51,6 @@ class IndexController extends BaseApiController
|
|||
$data['video_cover'] = isset($file['uri'])? env('project.project_url').'/'.$file['uri']: '';
|
||||
|
||||
//
|
||||
$deviceList = Device::whereIn('id', $deviceIds)->where('type','<>', 2)->select()->toArray();
|
||||
$data['monitor']['datas'] = RemoteRequestLogic::getMonitorData($deviceIds);
|
||||
|
||||
$monitorThreshold = MonitorThreshold::where('fence_house_id', $params['fence_house_id'])->find();
|
||||
|
|
Loading…
Reference in New Issue