mirror of https://gitee.com/answerdev/answer.git
fix: tag query condition is incorrect
This commit is contained in:
parent
594f57112e
commit
ceb0ee48c6
|
@ -299,6 +299,7 @@ func (ts *TagService) UpdateTagSynonym(ctx context.Context, req *schema.UpdateTa
|
|||
func (ts *TagService) GetTagWithPage(ctx context.Context, req *schema.GetTagWithPageReq) (pageModel *pager.PageModel, err error) {
|
||||
tag := &entity.Tag{}
|
||||
_ = copier.Copy(tag, req)
|
||||
tag.UserID = ""
|
||||
|
||||
page := req.Page
|
||||
pageSize := req.PageSize
|
||||
|
|
Loading…
Reference in New Issue