From cb12e5045e1851a57217ca1519ab30cc5fe0cc79 Mon Sep 17 00:00:00 2001 From: hgc Date: Tue, 18 Mar 2025 11:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=91=8A=E6=8E=A5=E5=8F=A3=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=A4=9A=E5=BA=97=E9=93=BA=20=E6=9B=B4=E6=96=B01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/AdsInsightService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/service/AdsInsightService.php b/app/service/AdsInsightService.php index 5a4d911..80ccade 100644 --- a/app/service/AdsInsightService.php +++ b/app/service/AdsInsightService.php @@ -339,10 +339,10 @@ class AdsInsightService * @param string|null $endDate 结束日期 * @param int $status 广告系列状态 */ - public static function exportCampaignsToExcel($platformType, $customerIds, $page, $pageSize, $keyword, $startDate = null, $endDate = null, $requireSpend = false, $status = 0) + public static function exportCampaignsToExcel($platformType, $customerIds, $page, $pageSize, $keyword, $startDate = null, $endDate = null, $status = 0, $requireSpend = false) { // 调用 getCampaignList 获取广告系列数据 - $campaignList = self::getCampaignList($platformType, $customerIds, $page, $pageSize, $keyword, $startDate, $endDate, $status, false); + $campaignList = self::getCampaignList($platformType, $customerIds, $page, $pageSize, $keyword, $startDate, $endDate, $status, $requireSpend); if (empty($campaignList['data'])) { $data = [