shanji 3 years ago
parent
commit
8aa0a3537b
  1. 1
      BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs

1
BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs

@ -128,6 +128,7 @@ namespace BBWY.Server.Business
logContentBuilder.AppendLine($"第二周期销量:{secondCycleItemTotal}, 相比第一周幅度:{_2Ratio}%"); logContentBuilder.AppendLine($"第二周期销量:{secondCycleItemTotal}, 相比第一周幅度:{_2Ratio}%");
logContentBuilder.AppendLine($"第三周期销量:{thirdCycleItemTotal}, 相比第二周幅度:{_3Ratio}%"); logContentBuilder.AppendLine($"第三周期销量:{thirdCycleItemTotal}, 相比第二周幅度:{_3Ratio}%");
logContentBuilder.AppendLine($"近7天销量:{_7dItemTotal}"); logContentBuilder.AppendLine($"近7天销量:{_7dItemTotal}");
logContentBuilder.AppendLine($"近15天销量:{_15dItemTotal}");
logContentBuilder.AppendLine($"7天日均销量:{_7dAvgItemTotal}"); logContentBuilder.AppendLine($"7天日均销量:{_7dAvgItemTotal}");
//dingdingContentBuilder.Append($"SKU:{sku}\n"); //dingdingContentBuilder.Append($"SKU:{sku}\n");

Loading…
Cancel
Save