|
|
@ -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() |
|
|
|