Commit 6091beb5 by zhangkb

修改根据标签获取元数据接口

parent cbe06aa6
......@@ -20,16 +20,16 @@ public interface RepoServiceClient {
@RequestParam(required = false) int pageSize,
@RequestParam String tagType);
@PostMapping(value = "rest/tag/getByTagByPrivileges")
public List<Map<String,Object>> getByTagByPrivileges(
@RequestParam Map<Long, Set<String>> systemTagMap,
@RequestParam(required = false) String modelPath,
@RequestParam String idPath,
@RequestParam String tagType,
@RequestParam String dimensionType,
@RequestParam(required = false) String keyword,
@RequestParam(defaultValue = "1") int pageNum,
@RequestParam(defaultValue = "10") int pageSize);
// @PostMapping(value = "rest/tag/getByTagByPrivileges")
// public List<Map<String,Object>> getByTagByPrivileges(
// @RequestParam Map<Long, Set<String>> systemTagMap,
// @RequestParam(required = false) String modelPath,
// @RequestParam String idPath,
// @RequestParam String tagType,
// @RequestParam String dimensionType,
// @RequestParam(required = false) String keyword,
// @RequestParam(defaultValue = "1") int pageNum,
// @RequestParam(defaultValue = "10") int pageSize);
@PostMapping(value = "rest/tag/getPageByTag")
public Map<String,Object> getPageByTag(
......
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