market_321

This commit is contained in:
dengbw
2023-03-21 15:58:05 +08:00
parent d223cfbca2
commit 7b5296e905
@@ -38,7 +38,8 @@ class GroupsStatistics extends BaseController
$title = '';
$activityData1 = $activityData2 = $areaAry = $funnel = $allOrganizationIds = $levelData = $levels = [];
$days[] = ['name' => '全部日期', 'value' => ''];
$goods[] = ['name' => '全部订单', 'value' => ''];
//$goods[] = ['name' => '全部订单', 'value' => ''];
$goods = [];
$re = $this->mdSyliveActivity->get(['activityId' => $activityId]);
if ($re) {
$res_item = $this->mdSyliveItems->select(['status>=' => 0, 'activityId' => $activityId], 'sort asc,itemId desc'