|
...
|
...
|
@@ -163,7 +163,7 @@ class ComController extends BaseController |
|
|
|
if(($startTime <= $v['submit_time']) && $v['submit_time'] <= $endTime){
|
|
|
|
$arr['month_total']++;
|
|
|
|
}
|
|
|
|
if(isset($countryArr[$v1['country']])){
|
|
|
|
if(isset($countryArr[$v['country']])){
|
|
|
|
$countryArr[$v['country']]++;
|
|
|
|
}else{
|
|
|
|
$countryArr[$v['country']] = 0;
|
...
|
...
|
|