Update
parent
8de29c1802
commit
03a1b355e4
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue