From 93ac3d0d50f922ef4eb98c286881169ac6b047bd Mon Sep 17 00:00:00 2001 From: lxw <810412026@qq.com> Date: 星期二, 20 九月 2022 14:59:39 +0800 Subject: [PATCH] 编辑台站 --- src/main/java/com/whyc/controller/StationInfoController.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/whyc/controller/StationInfoController.java b/src/main/java/com/whyc/controller/StationInfoController.java index 539cf5e..ff794cf 100644 --- a/src/main/java/com/whyc/controller/StationInfoController.java +++ b/src/main/java/com/whyc/controller/StationInfoController.java @@ -31,10 +31,8 @@ public Response updateStation(@RequestParam(required = false) String stationName1 ,@RequestParam(required = false) String stationName2 ,@RequestParam(required = false) String stationName3 - ,@RequestParam(required = false) String updateStationName1 - ,@RequestParam(required = false) String updateStationName2 - ,@RequestParam(required = false) String updateStationName3){ - return service.updateStation(stationName1,stationName2,stationName3,updateStationName1,updateStationName2,updateStationName3); + ,@RequestParam(required = false) String updateName){ + return service.updateStation(stationName1,stationName2,stationName3,updateName); } @ApiOperation(value = "鍒犻櫎鍙扮珯") -- Gitblit v1.9.1