Explorar el Código

研发辅助帐相关接口

gogs hace 2 meses
padre
commit
144e281914
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Service/DeviceWorkService.php

+ 1 - 0
app/Service/DeviceWorkService.php

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