Compare commits

..

2 Commits

Author SHA1 Message Date
chenbo 282a18dfc5 Merge branch 'preview' 2024-01-02 14:43:10 +08:00
chenbo 0fe66b9c21 视频地址 2024-01-02 14:42:32 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class IndexController extends BaseApiController
$productDevice = ProductDevice::where('product_id',$landProduct['product_id'])->findOrEmpty(); $productDevice = ProductDevice::where('product_id',$landProduct['product_id'])->findOrEmpty();
$device = Device::where('id', $productDevice['device_id'])->findOrEmpty(); $device = Device::where('id', $productDevice['device_id'])->findOrEmpty();
$data['video_url'] = $device['video_url']; $data['video_url'] = $device['video_url'];
$data['device_id'] = $device['id'];
$landCollection = LandCollection::where('land_id',$params['land_id'])->order('id desc')->findOrEmpty(); $landCollection = LandCollection::where('land_id',$params['land_id'])->order('id desc')->findOrEmpty();
if($landCollection->isEmpty()){ if($landCollection->isEmpty()){
$data['monitor'] = []; $data['monitor'] = [];