diff --git a/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs b/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs index 1cf918be..a1ef175c 100644 --- a/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs +++ b/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs @@ -140,7 +140,6 @@ namespace BBWY.Server.Business if (skuStockNumCycleType == Enums.SkuStockNumCycleType.暂无周期) { - logContentBuilder.AppendLine(); nLogManager.GetLogger(loggerName).Info(logContentBuilder); continue; } @@ -160,7 +159,6 @@ namespace BBWY.Server.Business if (response.Data == null || response.Data.Count() == 0) { logContentBuilder.AppendLine("未查询到JD库存数据"); - logContentBuilder.AppendLine(); nLogManager.GetLogger(loggerName).Info(logContentBuilder); continue; } @@ -249,8 +247,6 @@ namespace BBWY.Server.Business logContentBuilder.AppendLine($"是否触发预警:{isWarning}"); #endregion } - - logContentBuilder.AppendLine(); nLogManager.GetLogger(loggerName).Info(logContentBuilder); }