diff --git a/SiNan.Business/AggregationBusiness.cs b/SiNan.Business/AggregationBusiness.cs index d02ad63..6b87c5d 100644 --- a/SiNan.Business/AggregationBusiness.cs +++ b/SiNan.Business/AggregationBusiness.cs @@ -756,7 +756,7 @@ namespace SiNan.Business } catch (Exception ex) { - nLogManager.Default().Error(ex.Message, $"ShopId {shopId} AdGroup聚合失败"); + nLogManager.Default().Error(ex.Message, $"ShopId {shopId} SKU聚合失败"); } }