fix:购物车下单
This commit is contained in:
@@ -282,9 +282,9 @@ func (d *defaultOrder) Create(ctx context.Context, in *CreateReq) (res *CreateRe
|
||||
ProductSnapshot: productSnapshot,
|
||||
ShoppingCartSnapshot: &shoppingCart.FsShoppingCart,
|
||||
ProductSn: *shoppingCart.ShoppingCartProduct.Sn,
|
||||
DiyInformation: shoppingCartSnapshot.UserDiyInformation,
|
||||
FittingInfo: shoppingCartSnapshot.FittingInfo,
|
||||
SizeInfo: shoppingCartSnapshot.SizeInfo,
|
||||
DiyInformation: &shoppingCartSnapshot.UserDiyInformation,
|
||||
FittingInfo: &shoppingCartSnapshot.FittingInfo,
|
||||
SizeInfo: &shoppingCartSnapshot.SizeInfo,
|
||||
StepNum: stepNum,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user