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