fix
This commit is contained in:
parent
246e03d792
commit
33055bbb4c
|
@ -45,7 +45,6 @@ func (l *GetCartsLogic) GetCarts(req *types.GetCartsReq, userinfo *auth.UserInfo
|
|||
//获取用户购物车列表
|
||||
carts, total, err := l.svcCtx.AllModels.FsShoppingCart.GetAllCartsByParam(l.ctx, gmodel.GetAllCartsByParamReq{
|
||||
UserId: userinfo.UserId,
|
||||
Fields: "",
|
||||
Sort: "id DESC",
|
||||
Page: req.CurrentPage,
|
||||
Limit: limit,
|
||||
|
|
Loading…
Reference in New Issue
Block a user