作者 lyh

gx

... ... @@ -31,7 +31,7 @@ class countProject extends Command
protected $description = '项目数据统计生成文件';
public function handle(){
$start = '2024-01';
$start = '2023-10';
$end = '2024-09';
$data = $this->exportDataProject($start,$end);
$result = $this->exportData($data);
... ...