From 03a1b355e4948875c2ff0ffc6969330735cf7198 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Fri, 7 Jun 2024 14:46:04 +0800 Subject: [PATCH] Update --- app/Console/Commands/BiAng/DeviceLogSyncCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/BiAng/DeviceLogSyncCommand.php b/app/Console/Commands/BiAng/DeviceLogSyncCommand.php index 3db60cf..534c564 100644 --- a/app/Console/Commands/BiAng/DeviceLogSyncCommand.php +++ b/app/Console/Commands/BiAng/DeviceLogSyncCommand.php @@ -61,7 +61,6 @@ class DeviceLogSyncCommand extends Command /** @var \Illuminate\Database\Eloquent\Collection */ $devices = Device::with(['project']) - ->where('sn', 'CB15D3716349AEA2') ->supplierBy("device-supplier-biang") ->whereIn('status', [DeviceStatus::Online, DeviceStatus::Offline]) ->get();