lxw
2023-08-15 160e150009b51a39fa95d9462c3798ba28d51a09
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);
    }
}