作者 lyh

gx

@@ -454,7 +454,7 @@ class OptimizeController extends BaseController @@ -454,7 +454,7 @@ class OptimizeController extends BaseController
454 } 454 }
455 $domain = 'https://' . $domainInfo['domain'] . '/'; 455 $domain = 'https://' . $domainInfo['domain'] . '/';
456 $data = []; 456 $data = [];
457 - ProjectServer::useProject($this->param['id']); 457 + ProjectServer::useProject($this->param['project_id']);
458 $productModel = new Product(); 458 $productModel = new Product();
459 $this->processChunkedList($productModel, ['status' => $productModel::STATUS_ON], ['id', 'title', 'route'], $domain, $data, 'product'); 459 $this->processChunkedList($productModel, ['status' => $productModel::STATUS_ON], ['id', 'title', 'route'], $domain, $data, 'product');
460 $productCategoryModel = new Category(); 460 $productCategoryModel = new Category();