sylive_1010_3
This commit is contained in:
@@ -470,8 +470,8 @@ class Activity extends BaseController
|
||||
}
|
||||
}
|
||||
}
|
||||
$consultantData = [['consultantName' => $consultantName, 'browse' => $browse, 'subscribe' => $subscribe, 'watch' => $watch
|
||||
, 'order' => $order, 'livePV' => $livePV, 'watchDuration' => $watchDuration]];
|
||||
$consultantData[] = ['consultantName' => $consultantName, 'browse' => $browse, 'subscribe' => $subscribe, 'watch' => $watch
|
||||
, 'order' => $order, 'livePV' => $livePV, 'watchDuration' => $watchDuration];
|
||||
}
|
||||
}
|
||||
$browse = $this->mdSyliveActivityKpidata->count(['a_id' => $activityId, 'kpi' => 'browse']);
|
||||
|
||||
Reference in New Issue
Block a user