|
|
@ -821,7 +821,8 @@ namespace SiNan.Business |
|
|
|
PopularizeLevelGOI = adSkuGoi_AggregationDate_PopularizeLevel?.GOI ?? 0M, |
|
|
|
AdGroupId = adSku.AdGroupId, |
|
|
|
CampaignId = adSku.CampaignId, |
|
|
|
BusinessType = adSku.BusinessType |
|
|
|
BusinessType = adSku.BusinessType, |
|
|
|
SkuId = adSku.Sku |
|
|
|
}; |
|
|
|
insertAggregationAdSkuDailyList.Add(adSkuDailyAggregation); |
|
|
|
} |
|
|
|