作者 lyh

gx脚本统计数据

... ... @@ -35,7 +35,8 @@ class countProject extends Command
public function handle(){
$start = '2024-01';
$end = '2024-09';
$data = $this->exportDataProject($start,$end);
$data = $this->countAll();
// $data = $this->exportDataProject($start,$end);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND);
// $result = $this->exportData($data);
// echo date('Y-m-d H:i:s') . ' ' . json_encode($result) . PHP_EOL;
... ...