|
|
@@ -44,7 +44,7 @@ class ManDeviceJobHc implements ShouldQueue
|
|
|
// 1. 整理数据并推入 Redis 列表
|
|
|
$records = [];
|
|
|
foreach ($dataPoints as $value) {
|
|
|
- if (empty($value['value'])) continue;
|
|
|
+// if (empty($value['value'])) continue;
|
|
|
|
|
|
$records[] = json_encode([
|
|
|
'machine_code' => $deviceId . $value['dataPointId'],
|