diff --git a/service/app/command/SpiderTc.php b/service/app/command/SpiderTc.php index 6ff7b6fc..411cdd0f 100644 --- a/service/app/command/SpiderTc.php +++ b/service/app/command/SpiderTc.php @@ -262,6 +262,7 @@ class SpiderTc extends Command $order->travel_end = date('Y-m-d 00:00:00', strtotime($order->travel_date) + $days * 24 * 3600); } } + $item->os = $order->os; if ($item->order_status !== 2 && $order->order_status == 2) { Redis::incrBy('CRM:USER:WRITE:OFF:' . $item->admin_id, 1);