作者 lyh

gx

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