正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -81,6 +81,7 @@ class UpdateBuildConfiguration extends Command | @@ -81,6 +81,7 @@ class UpdateBuildConfiguration extends Command | ||
| 81 | */ | 81 | */ |
| 82 | public function getProduct(){ | 82 | public function getProduct(){ |
| 83 | Detail::truncate(); | 83 | Detail::truncate(); |
| 84 | + Column::truncate(); | ||
| 84 | $productModel = new Product(); | 85 | $productModel = new Product(); |
| 85 | $page = 1; | 86 | $page = 1; |
| 86 | while (true){ | 87 | while (true){ |
-
请 注册 或 登录 后发表评论