|
@ -751,7 +751,7 @@ namespace BBWY.Server.Business |
|
|
req.skuIds = $"{req.skuIds}{sku.Id},"; |
|
|
req.skuIds = $"{req.skuIds}{sku.Id},"; |
|
|
req.jdPrices = $"{req.jdPrices}{sku.Price},"; |
|
|
req.jdPrices = $"{req.jdPrices}{sku.Price},"; |
|
|
req.bindType = $"{req.bindType}{(isGift ? 2 : 1)},"; |
|
|
req.bindType = $"{req.bindType}{(isGift ? 2 : 1)},"; |
|
|
req.num = $"{req.num}1,"; |
|
|
req.num = $"{req.num}0,"; |
|
|
req.promoPrices = $"{req.promoPrices}{(isGift ? 0 : sku.Price)},"; |
|
|
req.promoPrices = $"{req.promoPrices}{(isGift ? 0 : sku.Price)},"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|