正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -82,6 +82,8 @@ class UpdateBuildConfiguration extends Command | @@ -82,6 +82,8 @@ class UpdateBuildConfiguration extends Command | ||
| 82 | public function getProduct(){ | 82 | public function getProduct(){ |
| 83 | Detail::truncate(); | 83 | Detail::truncate(); |
| 84 | Column::truncate(); | 84 | Column::truncate(); |
| 85 | + $c = new Column(); | ||
| 86 | + $c->addReturnId(['column_name'=>'product detail']); | ||
| 85 | $productModel = new Product(); | 87 | $productModel = new Product(); |
| 86 | $page = 1; | 88 | $page = 1; |
| 87 | while (true){ | 89 | while (true){ |
-
请 注册 或 登录 后发表评论