From 9326249d9fefd6371cdd4e66aee0817321fac855 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Sun, 26 Nov 2023 15:43:15 +0800 Subject: [PATCH] 1 --- 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 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聚合失败"); } }