From be06f9eb24a0eabb136b3367c95ec1e30cd4b9f7 Mon Sep 17 00:00:00 2001 From: sanji Date: Fri, 1 Dec 2023 14:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E5=85=83=E6=AF=8F?= =?UTF-8?q?=E6=97=A5=E6=95=B0=E6=8D=AE=E8=A1=A8=E7=BC=BA=E5=B0=91=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SiNan.Business/AggregationBusiness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SiNan.Business/AggregationBusiness.cs b/SiNan.Business/AggregationBusiness.cs index 33828a3..4656e20 100644 --- a/SiNan.Business/AggregationBusiness.cs +++ b/SiNan.Business/AggregationBusiness.cs @@ -641,7 +641,7 @@ namespace SiNan.Business Console.WriteLine($"{DateTime.Now} {shopName} 单元聚合 {adGroupIndex}/{adGroupList.Count()}"); #region 处理计划每日聚合 - var adGroupGoi_AggregationDate_PopularizeLevel = aggregationDate_PopularizeLevelList.FirstOrDefault(x => x.LevelId == adGroup.CampaignId); + var adGroupGoi_AggregationDate_PopularizeLevel = aggregationDate_PopularizeLevelList.FirstOrDefault(x => x.LevelId == adGroup.AdGroupId); if (adGroupGoi_AggregationDate_PopularizeLevel != null) { var adGroupDailyAggregation = new AggregationJDPopularizeAdGroupDaily()