|
|
@ -329,7 +329,8 @@ namespace BBWYB.Server.Business |
|
|
|
PurchaserId = cargoParamGroup.PurchaserId, |
|
|
|
PurchaserName = cargoParamGroup.PurchaserName, |
|
|
|
ShopId = request.ShopId, |
|
|
|
BelongSkuIds = string.Join(",", belongSkuGroups.Select(bsg => bsg.Key)) |
|
|
|
BelongSkuIds = string.Join(",", belongSkuGroups.Select(bsg => bsg.Key)), |
|
|
|
IsEnabled = true |
|
|
|
}; |
|
|
|
insertOrderPurchaseInfos.Add(orderPurchaserInfo); |
|
|
|
#endregion
|
|
|
|