1, 'pay_status'=>1, ])->whereNotNull('order_number')->where('number_time', '<', now())->update(['shipping_status'=>1]); $this->info('执行成功'); } }