Commit c3b5e0b3 by zhangkb

修改接口

parent a89e7c62
......@@ -703,12 +703,9 @@ public class TagService {
@SuppressWarnings("unchecked")
public Map<String,Object> getTagMetadataWithDataPrivilege(String dimensionType,String idPath,
String keyword,String modelPath,int pageNum,int pageSize,String tagType){
if(modelPath==null) {
modelPath = "";
}
//调用repo接口获取标签关联的元数据
Map<String,Object> tagData = repoService.getTagMetadata(dimensionType,
idPath,keyword,modelPath,pageNum,pageSize,tagType);
idPath,keyword,null,pageNum,pageSize,tagType);
//获取用户关联的数据权限
Map<Long, Set<String>> systemTagMap = GrantedAuthHelper.getDataPrivileges();
tagData.put("systemTagMap", systemTagMap);
......
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