fix:调整订单商品单位
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user