cqp 2 kuukautta sitten
vanhempi
sitoutus
f637274602
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1 0
      app/Service/DeviceWorkService.php
  2. 1 0
      app/Service/PersonWorkService.php

+ 1 - 0
app/Service/DeviceWorkService.php

@@ -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);

+ 1 - 0
app/Service/PersonWorkService.php

@@ -1332,6 +1332,7 @@ class PersonWorkService extends Service
                         'end_time_min'    => $d['end_min'],
                         'total_work_min'  => $calcTotalMin,
                         'crt_time'        => $now,
+                        'order_time'    => $orderTimestamp,
                     ];
                 }