|
@@ -655,7 +655,7 @@ class ChannelAnalysisLogic extends BaseLogic
|
|
|
$activeWhereSql = $whereSql . ' AND days = 1';
|
|
$activeWhereSql = $whereSql . ' AND days = 1';
|
|
|
$activeWhereSql = str_replace('AND tdate', 'AND reg_date', $activeWhereSql);
|
|
$activeWhereSql = str_replace('AND tdate', 'AND reg_date', $activeWhereSql);
|
|
|
$activeField = " sum(active_total) as active, site_id";
|
|
$activeField = " sum(active_total) as active, site_id";
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
$activeData = $this->generateYearUnionList('game_active_day_', $params['reg_date'], $activeWhereSql, $activeField, $groupBy);
|
|
$activeData = $this->generateYearUnionList('game_active_day_', $params['reg_date'], $activeWhereSql, $activeField, $groupBy);
|
|
|
$activeData = array_column($activeData, 'active', 'site_id');
|
|
$activeData = array_column($activeData, 'active', 'site_id');
|
|
|
|
|
|