This commit is contained in:
小鱼开发
2024-07-12 21:02:15 +08:00
parent c3c61c4cac
commit 55665048ba
@@ -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, '');