market_321
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user