|
@ -51,10 +51,15 @@ namespace BBWY.Server.Business |
|
|
response.AdvCost = advCost; |
|
|
response.AdvCost = advCost; |
|
|
response.Profit -= advCost; |
|
|
response.Profit -= advCost; |
|
|
} |
|
|
} |
|
|
|
|
|
response.ShopId = request.ShopId; |
|
|
return response; |
|
|
return response; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public IList<OrderAchievementResponse> GetOrderAchievementStatistics(AllShopOrderAchievementRequest request) |
|
|
|
|
|
{ |
|
|
|
|
|
return null; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private void XingXiangCumulative(IList<XingXiangItemResponse> detailList, string spuId, bool isSD, decimal profit, decimal sdProductAmount, decimal sdCost) |
|
|
private void XingXiangCumulative(IList<XingXiangItemResponse> detailList, string spuId, bool isSD, decimal profit, decimal sdProductAmount, decimal sdCost) |
|
|
{ |
|
|
{ |
|
|
var xxRespose = detailList.FirstOrDefault(xx => xx.Spu == spuId); |
|
|
var xxRespose = detailList.FirstOrDefault(xx => xx.Spu == spuId); |
|
|