|
@@ -172,7 +172,7 @@ class UpdateHkList extends Command
|
|
|
$result = CameraServices::getHaiKangCamera($degree[0], $val->index_code, CameraEnum::CAMERA_TYPE_ALL);
|
|
|
|
|
|
$info = DB::table('syn')->select('interface','handle')->orderBy('id','desc')->first();
|
|
|
- $syn2['interface'] = $info->interface . $val->id . ':' . time() - $nm_start_time . ';';
|
|
|
+ $syn2['interface'] = $info->interface . $val->id . ':' . (time() - $nm_start_time) . ';';
|
|
|
// DB::table('syn')->where('id',$syn_id)->update($syn2);
|
|
|
|
|
|
$handle_start = time();
|