|
@ -295,7 +295,9 @@ namespace BBWY.Server.Business |
|
|
TotalSDOrderAmount = detailList.Sum(xx => xx.SDOrderAmount), |
|
|
TotalSDOrderAmount = detailList.Sum(xx => xx.SDOrderAmount), |
|
|
TotalSDOrderCount = sdOrderList.Count(), |
|
|
TotalSDOrderCount = sdOrderList.Count(), |
|
|
TotalSDOrderCost = detailList.Sum(xx => xx.SDOrderCost), |
|
|
TotalSDOrderCost = detailList.Sum(xx => xx.SDOrderCost), |
|
|
TotalProfit = detailList.Sum(xx => xx.Profit) |
|
|
TotalProfit = detailList.Sum(xx => xx.Profit), |
|
|
|
|
|
ShopYingLiRatio = detailList.FirstOrDefault()?.ShopYingLiRatio, |
|
|
|
|
|
ShopProfitRatio = detailList.FirstOrDefault()?.ShopProfitRatio |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|