From 22ac6975e71117da615aadf679a5e9ab627615f0 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Thu, 5 May 2022 01:49:48 +0800 Subject: [PATCH] =?UTF-8?q?1688=E4=B8=8B=E5=8D=95=E4=BC=A0=E9=80=92BelongS?= =?UTF-8?q?kuId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Client/APIServices/PurchaseOrderService.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BBWY.Client/APIServices/PurchaseOrderService.cs b/BBWY.Client/APIServices/PurchaseOrderService.cs index 5b61712e..acd0f980 100644 --- a/BBWY.Client/APIServices/PurchaseOrderService.cs +++ b/BBWY.Client/APIServices/PurchaseOrderService.cs @@ -67,7 +67,8 @@ namespace BBWY.Client.APIServices ProductId = sku.PurchaseProductId, SkuId = sku.PurchaseSkuId, SpecId = sku.PurchaseSkuSpecId, - Quantity = sku.ItemTotal + Quantity = sku.ItemTotal, + BelongSkuId = sku.SkuId }), Platform = purchasePlatform, AppKey = purchaseAccount.AppKey, @@ -116,7 +117,8 @@ namespace BBWY.Client.APIServices ProductId = sku.PurchaseProductId, SkuId = sku.PurchaseSkuId, SpecId = sku.PurchaseSkuSpecId, - Quantity = sku.ItemTotal + Quantity = sku.ItemTotal, + BelongSkuId = sku.SkuId }), Platform = purchasePlatform, AppKey = purchaseAccount.AppKey,