|
...
|
...
|
@@ -124,7 +124,7 @@ class CountLogic extends BaseLogic |
|
|
|
$data = [];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(!empty($version) && $version != '7.5'){
|
|
|
|
if(!empty($version) && ($version == '7.5')){
|
|
|
|
$geoCountModel = new GeoCount();
|
|
|
|
$geoInfo = $geoCountModel->where('project_id',$this->user['project_id'])->where('date', '<=', date('Y-m-d'))->orderBy('date', 'desc')->first();
|
|
|
|
$data['geo_qualify_total'] = $geoInfo['qualify_total'] ?? 0;
|
...
|
...
|
|