|
@ -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 |
|
|
{ |
|
|
{ |
|
|