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