作者 李宇航

合并分支 'lyh-server' 到 'master'

Lyh server



查看合并请求 !2599
@@ -50,7 +50,7 @@ class lyhDemo extends Command @@ -50,7 +50,7 @@ class lyhDemo extends Command
50 protected $description = '更新路由'; 50 protected $description = '更新路由';
51 51
52 public function handle(){ 52 public function handle(){
53 - return $this->getExpectResult(); 53 + return $this->_actionRoute();
54 return true; 54 return true;
55 } 55 }
56 56
@@ -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(){