autoSync(); return $this; } public function autoSync() { // 订单自动同步任务 \Yii::$app->queue->push(new ProductOrderSyncJob([ 'orderId' => $this->event->order->id, ])); } }