From 8aa0a3537b82f000f48688014add921e464117a2 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Thu, 24 Nov 2022 14:00:09 +0800 Subject: [PATCH] 1 --- .../EarlyWarning/JD/JDStockNumWarningBusiness.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs b/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs index 76e2ce8c..85cec6a4 100644 --- a/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs +++ b/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs @@ -128,6 +128,7 @@ namespace BBWY.Server.Business logContentBuilder.AppendLine($"第二周期销量:{secondCycleItemTotal}, 相比第一周幅度:{_2Ratio}%"); logContentBuilder.AppendLine($"第三周期销量:{thirdCycleItemTotal}, 相比第二周幅度:{_3Ratio}%"); logContentBuilder.AppendLine($"近7天销量:{_7dItemTotal}"); + logContentBuilder.AppendLine($"近15天销量:{_15dItemTotal}"); logContentBuilder.AppendLine($"7天日均销量:{_7dAvgItemTotal}"); //dingdingContentBuilder.Append($"SKU:{sku}\n");