From c49874fec770075ae8b6c000ccd3b0261c2fd618 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Wed, 19 Jul 2023 16:53:24 +0800 Subject: [PATCH] fix --- server/product/internal/logic/gettagproductlistlogic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/product/internal/logic/gettagproductlistlogic.go b/server/product/internal/logic/gettagproductlistlogic.go index c9eb27c9..45896187 100644 --- a/server/product/internal/logic/gettagproductlistlogic.go +++ b/server/product/internal/logic/gettagproductlistlogic.go @@ -201,7 +201,7 @@ func (l *GetTagProductListLogic) GetTagProductList(req *types.GetTagProductListR user: user, });err != nil{ logx.Error(err) - return resp.SetStatusAddMessage(basic.CodeServiceErr,"failed to dealwith ") + return resp.SetStatusAddMessage(basic.CodeServiceErr,"failed to deal with tag data") } return resp.SetStatusWithMessage(basic.CodeOK, "success", types.GetTagProductListRsp{ TotalCategory: len(mapTagLevel),