作者 lyh

gx数据

@@ -86,10 +86,10 @@ class lyhDemo extends Command @@ -86,10 +86,10 @@ class lyhDemo extends Command
86 echo '需要处理->项目id:'.$item['id'].PHP_EOL; 86 echo '需要处理->项目id:'.$item['id'].PHP_EOL;
87 $data[] = $item['id']; 87 $data[] = $item['id'];
88 } 88 }
89 - dd($data);  
90 echo 'end'; 89 echo 'end';
91 DB::disconnect('custom_mysql'); 90 DB::disconnect('custom_mysql');
92 } 91 }
  92 + dd($data);
93 } 93 }
94 94
95 public function _actionTemplateMain(){ 95 public function _actionTemplateMain(){