bo
This commit is contained in:
@@ -387,7 +387,7 @@ class GroupsStatistics extends BaseController
|
||||
$left_order = $this->mdSyliveOrder->count(['activityId' => $activityId, 'itemId' => $itemId, 'status' => 1]);
|
||||
} else {
|
||||
$left_order = $this->mdSyliveOrder->count(['activityId' => $activityId, 'itemId>' => 0, 'item_price >' => 0 , 'status' => 1]);
|
||||
}ß
|
||||
}
|
||||
$left_subscribe_per = number_format_com($left_subscribe / $left_browse * 100, 1, '');
|
||||
if ($left_watch) {
|
||||
$left_watch_per = number_format_com($left_watch / $left_subscribe * 100, 1, '');
|
||||
|
||||
Reference in New Issue
Block a user