作者 lyh

gx脚本更新路由

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