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),