This commit is contained in:
laodaming
2023-09-21 10:12:14 +08:00
parent b992a052ce
commit 8806dbb034
3 changed files with 23 additions and 20 deletions

View File

@@ -207,6 +207,7 @@ func (l *GetCartsLogic) GetCarts(req *types.GetCartsReq, userinfo *auth.UserInfo
StepNum: stepQuantityList,
IsInvalid: false,
InvalidDescription: "",
IsHighlyCustomized: *cart.IsHighlyCustomized > 0,
}
//是否有失效的
if description, ok := mapCartChange[cart.Id]; ok {