bo
This commit is contained in:
@@ -388,6 +388,7 @@ class GroupsStatistics extends BaseController
|
||||
} else {
|
||||
$left_order = $this->mdSyliveOrder->count(['activityId' => $activityId, 'itemId>' => 0, 'itemPrice >' => 0 , 'status' => 1, 'createTime <' => $timeStart]);
|
||||
}
|
||||
echo $this->mdSyliveOrder->db->last_query();exit;
|
||||
$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