作者 lyh

gx脚本更新路由

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