作者 李宇航

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

gx数据



查看合并请求 !1008
@@ -67,11 +67,11 @@ class Demo extends Command @@ -67,11 +67,11 @@ class Demo extends Command
67 67
68 public function handle(){ 68 public function handle(){
69 69
70 -// echo date('Y-m-d H:i:s') . 'project_id:' . PHP_EOL;  
71 -// ProjectServer::useProject(2837);  
72 -// $this->ceshi();  
73 -// DB::disconnect('custom_mysql');  
74 - $this->countTemplate(); 70 + echo date('Y-m-d H:i:s') . 'project_id:' . PHP_EOL;
  71 + ProjectServer::useProject(2837);
  72 + $this->ceshi();
  73 + DB::disconnect('custom_mysql');
  74 +// $this->countTemplate();
75 echo date('Y-m-d H:i:s') . 'end' . PHP_EOL; 75 echo date('Y-m-d H:i:s') . 'end' . PHP_EOL;
76 } 76 }
77 77