|
...
|
...
|
@@ -100,8 +100,8 @@ class MonthAllCount extends Command |
|
|
|
$arr['total'] = $arr['month_total'] + ($previousInfo['total'] ?? 0);
|
|
|
|
}
|
|
|
|
$country = [];
|
|
|
|
if(isset($res['data']['country'])){
|
|
|
|
$country = $res['data']['country'];
|
|
|
|
if(isset($res['data']['data'])){
|
|
|
|
$country = $res['data']['data'];
|
|
|
|
}
|
|
|
|
$countryData = InquiryFormData::getCountryCount([$start.' 00:00:00',$end.' 00:00:00']);
|
|
|
|
foreach ($countryData as $v1){
|
...
|
...
|
|