From 3d94eca61b50eb8653b7c199599ba022107d850a Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Mon, 12 Dec 2022 06:19:55 +0800 Subject: [PATCH] 1 --- BBWY.Server.Business/SiNan/GOIWarningBusiness.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {