From 408ea1866f8a255d8bca1efa70e162240ba17c31 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Thu, 24 Nov 2022 14:16:15 +0800 Subject: [PATCH] 1 --- .../EarlyWarning/JD/JDStockNumWarningBusiness.cs | 4 ---- 1 file changed, 4 deletions(-) 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); }