作者 lyh

gx脚本更新路由

@@ -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){