src/main/java/com/whyc/controller/AlarmInspectionController.java
@@ -28,8 +28,8 @@ @ApiOperation("查询站点对应的巡检单") @GetMapping("") public Response getList(@RequestParam Integer stationId){ return service.getList(stationId); public Response getList(@RequestParam Integer stationId,@RequestParam Integer inspectionType){ return service.getList(stationId,inspectionType); }