This commit is contained in:
laodaming
2023-09-25 15:49:59 +08:00
parent d8d91e9270
commit 29c7dc54e3
5 changed files with 6 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ func (l *GetFittingByPidLogic) GetFittingByPid(req *types.GetFittingByPidReq, us
Id: fitting.Id,
MaterialImg: materialImg,
Title: *fitting.Title,
Price: *fitting.FittingPrice,
Price: *fitting.Price,
ModelInfo: modelInfo,
IsPopular: *fitting.IsHot > 0,
})