Commit b973bdd1 by zhangkb

修改接口

parent e780f132
...@@ -706,7 +706,8 @@ public class TagService { ...@@ -706,7 +706,8 @@ public class TagService {
//获取用户关联的数据权限 //获取用户关联的数据权限
Map<Long, Set<String>> systemTagMap = GrantedAuthHelper.getDataPrivileges(); Map<Long, Set<String>> systemTagMap = GrantedAuthHelper.getDataPrivileges();
//调用repo接口获取标签关联的元数据 //调用repo接口获取标签关联的元数据
Map<String,Object> tagData = repoService.getTagMetadata(dimensionType, idPath, keyword, modelPath, pageNum, pageSize, tagType); Map<String,Object> tagData = repoService.getPageByTag(systemTagMap, modelPath, idPath, tagType,
dimensionType, keyword, pageNum, pageSize);
tagData.put("systemTagMap", systemTagMap); tagData.put("systemTagMap", systemTagMap);
// List<Map<String,Object>> content = (List<Map<String,Object>>)tagData.get("content"); // List<Map<String,Object>> content = (List<Map<String,Object>>)tagData.get("content");
// //判断不是个人标签 // //判断不是个人标签
......
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