src/main/java/com/whyc/controller/AppAlmParamController.java
@@ -27,6 +27,13 @@ return new Response<Map<Integer, Map<Integer, List<AppAlmParam>>>>().set(1,map); } @GetMapping("listToBeConfirmed") @ApiOperation(value = "查询待确认的告警类型列表") public Response<List<Integer>> getListToBeConfirmed(@RequestParam Integer type){ List<Integer> list = service.getListToBeConfirmed(type); return new Response<List<Integer>>().set(1,list); } @GetMapping("allList2") @ApiOperation(value = "查询参数列表") public Response<List<AppAlmParam>> getAllList2(){