fix
This commit is contained in:
parent
7ebc7f8476
commit
c49874fec7
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue
Block a user