fix
This commit is contained in:
parent
21db59c507
commit
6036b23386
|
@ -118,7 +118,7 @@ func (l *GetSizeByPidLogic) GetSizeByPid(req *types.GetSizeByPidReq, userinfo *a
|
||||||
Cover: *sizeInfo.Cover,
|
Cover: *sizeInfo.Cover,
|
||||||
PartsCanDeleted: *sizeInfo.PartsCanDeleted > 0,
|
PartsCanDeleted: *sizeInfo.PartsCanDeleted > 0,
|
||||||
ModelId: modelList[modelIndex].Id,
|
ModelId: modelList[modelIndex].Id,
|
||||||
IsPopular: *sizeInfo.IsPopular > 0,
|
IsPopular: *sizeInfo.IsHot > 0,
|
||||||
MinPrice: float64(minPrice) / 100,
|
MinPrice: float64(minPrice) / 100,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user