作者 李宇航

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

gx数据



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