|
|
@@ -393,9 +393,9 @@ class ItemService extends Service
|
|
|
$device_details[] = [
|
|
|
'device_id' => $value['id'],
|
|
|
'time' => $data['time'],
|
|
|
- 'work_days' => $data['work_days'],
|
|
|
+// 'work_days' => $data['work_days'],
|
|
|
// 'each_day_hours' => $data['each_day_hours'],
|
|
|
-// 'total_hours' => $data['total_hours'],
|
|
|
+ 'total_hours' => $data['total_hours'],
|
|
|
'crt_time' => $time,
|
|
|
];
|
|
|
}
|