This commit is contained in:
laodaming 2023-07-19 16:53:24 +08:00
parent 7ebc7f8476
commit c49874fec7

View File

@ -201,7 +201,7 @@ func (l *GetTagProductListLogic) GetTagProductList(req *types.GetTagProductListR
user: user, user: user,
});err != nil{ });err != nil{
logx.Error(err) 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{ return resp.SetStatusWithMessage(basic.CodeOK, "success", types.GetTagProductListRsp{
TotalCategory: len(mapTagLevel), TotalCategory: len(mapTagLevel),