diff --git a/BBWY.Server.Business/SiNan/GOIWarningBusiness.cs b/BBWY.Server.Business/SiNan/GOIWarningBusiness.cs index a3e4ace9..eff34406 100644 --- a/BBWY.Server.Business/SiNan/GOIWarningBusiness.cs +++ b/BBWY.Server.Business/SiNan/GOIWarningBusiness.cs @@ -277,7 +277,7 @@ namespace BBWY.Server.Business.SiNan logContentBuilder.AppendLine($"近7天花费{adGroupGOI.CustomDaysGOI.Cost}"); logContentBuilder.AppendLine($"近7天GOI{adGroupGOI.CustomDaysGOI.GOI}"); logContentBuilder.AppendLine($"是否出发预警{isWarning}"); - + nLogManager.GetLogger(loggerName).Info(logContentBuilder); if (isWarning) { isSendDingTalk = true; @@ -399,6 +399,7 @@ namespace BBWY.Server.Business.SiNan logContentBuilder.AppendLine($"近7天花费{adGOI.CustomDaysGOI.Cost}"); logContentBuilder.AppendLine($"近7天GOI{adGOI.CustomDaysGOI.GOI}"); logContentBuilder.AppendLine($"是否出发预警{isWarning}"); + nLogManager.GetLogger(loggerName).Info(logContentBuilder); if (isWarning) { @@ -521,6 +522,7 @@ namespace BBWY.Server.Business.SiNan logContentBuilder.AppendLine($"近7天花费{skuGOI.CustomDaysGOI.Cost}"); logContentBuilder.AppendLine($"近7天GOI{skuGOI.CustomDaysGOI.GOI}"); logContentBuilder.AppendLine($"是否出发预警{isWarning}"); + nLogManager.GetLogger(loggerName).Info(logContentBuilder); if (isWarning) {