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