From dfe171ea94f7ae06fb9eb032c9e446357e14e18c Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Mon, 5 Jun 2023 12:27:57 +0800 Subject: [PATCH] fix --- product/internal/logic/getproductlistlogic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/internal/logic/getproductlistlogic.go b/product/internal/logic/getproductlistlogic.go index a8885dd7..f50fbe72 100644 --- a/product/internal/logic/getproductlistlogic.go +++ b/product/internal/logic/getproductlistlogic.go @@ -147,7 +147,7 @@ func (l *GetProductListLogic) GetProductList(req *types.GetProductListReq, login CoverImg: v.CoverImg, IsEnv: v.IsProtection, IsMicro: v.IsMicrowave, - SizeNum: 1, + SizeNum: 1, //???????????????? MiniPrice: format.CentoDollar(minPrice), } if req.Size > 0 {