|
...
|
...
|
@@ -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;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|