fix
This commit is contained in:
@@ -172,9 +172,9 @@ func (l *GetRecommandProductListLogic) GetRecommandProductList(req *types.GetRec
|
||||
if sc, ok := mapProductSizeCount[v.Id]; ok {
|
||||
sizeCount = sc
|
||||
}
|
||||
haveOptionalFitting := int64(0)
|
||||
haveOptionalFitting := false
|
||||
if _, ok := mapProductHaveOptionFitting[v.Id]; ok {
|
||||
haveOptionalFitting = 1
|
||||
haveOptionalFitting = true
|
||||
}
|
||||
item := types.GetRecommandProductListRsp{
|
||||
Id: v.Id,
|
||||
|
||||
Reference in New Issue
Block a user