fix:调整订单商品单位

This commit is contained in:
momo
2023-11-08 18:17:00 +08:00
parent 2578d6e4da
commit 5b8e5d41fe
2 changed files with 3 additions and 3 deletions

View File

@@ -1529,7 +1529,7 @@ func (d *defaultOrder) Create(ctx context.Context, in *CreateReq) (res *CreateRe
ProductCoverMetadata: productCoverMetadata,
ProductName: shoppingCartSnapshot.ProductInfo.ProductName,
ProductSn: shoppingCartSnapshot.ProductInfo.ProductSn,
ProductWebsiteUnit: shoppingCartSnapshot.ProductInfo.ProductWebsiteUnit,
ProductWebsiteUnit: &shoppingCartSnapshot.ProductInfo.ProductWebsiteUnit,
DiyInformation: &shoppingCartSnapshot.UserDiyInformation,
FittingInfo: &gmodel.OrderProductFittingInfo{