From 0e29843ee9098ad7f0fa04c0a61fc1591314af10 Mon Sep 17 00:00:00 2001 From: whycrzg <ruanzhigang@whycst.com> Date: 星期五, 19 二月 2021 11:00:54 +0800 Subject: [PATCH] update battMapInformation --- src/main/java/com/fgkj/controller/BattMap_informationController.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fgkj/controller/BattMap_informationController.java b/src/main/java/com/fgkj/controller/BattMap_informationController.java index 8a6e3af..8fbb864 100644 --- a/src/main/java/com/fgkj/controller/BattMap_informationController.java +++ b/src/main/java/com/fgkj/controller/BattMap_informationController.java @@ -104,7 +104,7 @@ @ApiOperation(notes = "妯$硦鏌ヨ",value="鐧惧害鍦板浘瀹氫綅鏍规嵁鐪佷唤鏌ヨ鎵�鏈夎鍖哄煙鐨勬満鎴�") public List serchByCondition(@RequestParam String address) { BattMap_information binfo = new BattMap_information(); - binfo.setStationId(address); + binfo.setAddress(address); List list = service.serchByCondition(binfo); return list; } @@ -179,7 +179,7 @@ @ApiOperation(notes = "妯$硦鏌ヨ",value="鏍规嵁鐪佷唤鏌ヨ鏈烘埧鎵�鍦ㄧ殑鎵�鏈夊煄甯�") public ServiceModel serchStationName2(@RequestParam String address) { BattMap_information binfo = new BattMap_information(); - binfo.setStationId(address); + binfo.setAddress(address); ServiceModel model = service.serchStationName2(binfo); return model; @@ -201,7 +201,7 @@ @ApiOperation(notes = "妯$硦鏌ヨ",value="鏍规嵁鐪佷唤鍜屽煄甯傛煡璇㈡満鎴挎墍鍦ㄧ殑鎵�鏈夋満鎴�") public ServiceModel serchStationName(@RequestParam String address) { BattMap_information binfo = new BattMap_information(); - binfo.setStationId(address); + binfo.setAddress(address); ServiceModel model = service.serchStationName(binfo); return model; -- Gitblit v1.9.1