Commit f4be6b4137ea7cb556d888b695442061da5fcccd
1 parent
061f1a92
1.匹配引用最近站点先注释掉
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/controller/StationController.java
| @@ -52,7 +52,7 @@ public class StationController extends BaseController<Station, Integer> { | @@ -52,7 +52,7 @@ public class StationController extends BaseController<Station, Integer> { | ||
| 52 | public Map<String, Object> matchStation(@RequestBody List<Station> stations) { | 52 | public Map<String, Object> matchStation(@RequestBody List<Station> stations) { |
| 53 | Map<String, Object> result = new HashMap<>(); | 53 | Map<String, Object> result = new HashMap<>(); |
| 54 | try { | 54 | try { |
| 55 | - stationService.matchStation(stations); | 55 | + //stationService.matchStation(stations); |
| 56 | result.put("status", ResponseCode.SUCCESS); | 56 | result.put("status", ResponseCode.SUCCESS); |
| 57 | result.put("data", stations); | 57 | result.put("data", stations); |
| 58 | } catch (Exception e) { | 58 | } catch (Exception e) { |