|
...
|
...
|
@@ -73,7 +73,7 @@ class UpgradeProjectCount extends Command |
|
|
|
if($previousInfo === false){
|
|
|
|
$arr['total'] = $arr['month_total'];
|
|
|
|
}else{
|
|
|
|
$arr['total'] = $res['data']['count'] + ($previousInfo['month_total'] ?? 0);
|
|
|
|
$arr['total'] = $res['data']['count'] + ($previousInfo['total'] ?? 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(isset($res['data']['data'])){
|
...
|
...
|
|