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");