|
|
@ -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); |
|
|
|
} |
|
|
|
|
|
|
|