|
|
@@ -1269,6 +1269,7 @@ class DeviceWorkService extends Service
|
|
|
'end_time_min' => $d['end_min'],
|
|
|
'total_work_min' => $calcTotalMin,
|
|
|
'crt_time' => $now,
|
|
|
+ 'order_time' => $orderTimestamp,
|
|
|
];
|
|
|
}
|
|
|
DB::table('daily_dw_order_details')->insert($insertDetails);
|