shanji 3 years ago
parent
commit
219170f471
  1. 2
      BBWY.Server.Business/Statistics/StatisticsBusiness.cs

2
BBWY.Server.Business/Statistics/StatisticsBusiness.cs

@ -62,7 +62,7 @@ namespace BBWY.Server.Business
o.StartTime <= pularizeEndTime) o.StartTime <= pularizeEndTime)
.GroupBy((o, oc) => new .GroupBy((o, oc) => new
{ {
IsSD = o.StorageType == Enums.StorageType.SD IsSD = o.StorageType != null && o.StorageType == Enums.StorageType.SD
}) })
.ToList(g => new .ToList(g => new
{ {

Loading…
Cancel
Save