Explorar o código

硬盘录像机首帧图片修改

任敬轩 %!s(int64=3) %!d(string=hai) anos
pai
achega
23cfc27710
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Modules/Camera/Services/CameraServices.php

+ 1 - 1
Modules/Camera/Services/CameraServices.php

@@ -390,7 +390,7 @@ class CameraServices
         foreach ($mine_list as $key => $val) {
             $path .= '/' . $val['title'];
         }
-        $path .= '/' . $query->camera_name . $camera_id;
+        $path .= '/' . $query->camera_name;
 
         //标记摄像头为在线状态
         CameraList::where('id', $camera_id)->update(['camera_status' => CameraEnum::CAMERA_STATUS_ONLINE]);