This commit is contained in:
wangchuxiao
2022-03-28 16:42:18 +08:00
parent c1a97b7356
commit dbdb516f3c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -78,6 +78,7 @@ func (s *officeServer) GetUserTags(_ context.Context, req *pbOffice.GetUserTagsR
resp.CommonResp.ErrCode = constant.ErrDB.ErrCode
return resp, nil
}
log.NewDebug(req.OperationID, utils.GetSelfFuncName(), "tags: ", tags)
for _, v := range tags {
tag := &pbOffice.Tag{
TagID: v.TagID,