Browse Source

研发辅助帐相关接口

gogs 2 tháng trước cách đây
mục cha
commit
144e281914
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
                         '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);