This commit is contained in:
laodaming
2023-10-27 17:26:48 +08:00
parent 9bdaa75514
commit 8d60b893c7
3 changed files with 0 additions and 3 deletions

View File

@@ -428,7 +428,6 @@ func (l *GetTagProductListLogic) getTagProducts(req getTagProductsReq) (productL
}
item := types.TagProduct{
Id: productInfo.Id,
ProductId: productInfo.Id,
Sn: *productInfo.Sn,
Title: *productInfo.Title,
SizeNum: uint32(sizeNum),