Commit 6278783e by zhangkb

根据标签返回数据接口修改

parent bbe738b1
......@@ -720,7 +720,6 @@ public class TagService {
if(content.isEmpty()) {
return tagData;
}else {
logger.info("tag metadata user privilege:"+systemTagMap);
if(systemTagMap.isEmpty()) {
tagData.put("content", new String[0]);
......@@ -786,10 +785,10 @@ public class TagService {
}
}
}
tagData.put("content", content);
return tagData;
}
}
tagData.put("content", content);
return tagData;
}
//判断共享的标签是否可见
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment