数据资源查询接口修改
@@ -86,7 +86,7 @@ public interface IDataResourceFacade {
* @param classifyType
* @return
*/
- @PostMapping(value = "getDetailByIdAndClaType")
+ @PostMapping(value = "getDetailByIdsAndClaType")
List<DataLevelVo> getDetailByIdsAndClaType(@RequestParam("ids") List<String> ids, @RequestParam("classifyType") String classifyType);
/**