正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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(); |
-
请 注册 或 登录 后发表评论