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