shanji 3 years ago
parent
commit
3d94eca61b
  1. 4
      BBWY.Server.Business/SiNan/GOIWarningBusiness.cs

4
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)
{

Loading…
Cancel
Save