|
@ -89,6 +89,12 @@ namespace BBWY.Server.Business |
|
|
list.Add(xxRespose); |
|
|
list.Add(xxRespose); |
|
|
} |
|
|
} |
|
|
xxRespose.Profit += profit; |
|
|
xxRespose.Profit += profit; |
|
|
|
|
|
if (order.StorageType == Enums.StorageType.SD) |
|
|
|
|
|
{ |
|
|
|
|
|
xxRespose.SDOrderCount++; |
|
|
|
|
|
xxRespose.SDOrderAmount += procutAmount; |
|
|
|
|
|
xxRespose.SDOrderCost += purchaseAmount + deliveryFreight + commissionAmount; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|