sylive_1010_3

This commit is contained in:
dengbw
2022-10-10 11:49:44 +08:00
committed by lccsw
parent ad6162f90b
commit 6fc1a45cca
+2 -2
View File
@@ -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']);