src/main/java/com/whyc/controller/StationInfController.java
@@ -139,4 +139,10 @@ public Response searStationType() { return service.searStationType(); } @GetMapping("getTogetherStations") @ApiOperation(value = "添加关联时下拉显示") public Response getTogetherStations(@RequestParam(required = false) String stationName1, @RequestParam(required = false) String stationName2, @RequestParam(required = false) String stationName5) { return service.getTogetherStations(stationName1, stationName2, stationName5); } }