|
@ -144,7 +144,7 @@ public class PriceListAppServiceBJ : SettleAccountApplicationBase<PriceListBJ> |
|
|
var result = new List<PriceListBJ>(); |
|
|
var result = new List<PriceListBJ>(); |
|
|
if (priceList.Count <= 1) |
|
|
if (priceList.Count <= 1) |
|
|
{ |
|
|
{ |
|
|
return priceList; // 只有一个或零个价格条目
|
|
|
return result; // 只有一个或零个价格条目
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
var dateGroups = priceList.GroupBy(t => t.Date); |
|
|
var dateGroups = priceList.GroupBy(t => t.Date); |
|
|