|
...
|
...
|
@@ -45,7 +45,7 @@ class MonthCountLogic extends BaseLogic |
|
|
|
}
|
|
|
|
}
|
|
|
|
$v['source_country'] = json_encode(array_values($source_country));
|
|
|
|
$v['month_total'] = $new['month_total'] ?? $v['month_total'];
|
|
|
|
$v['total'] = $new['total'] ?? $v['total'];
|
|
|
|
$lists[$k] = $v;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|