Commit be45452c33a9dd1edc2ec808c85378c1638196c8
Merge remote-tracking branch 'origin/lggj' into lggj
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 | 52 | public Map<String, Object> matchStation(@RequestBody List<Station> stations) { |
| 53 | 53 | Map<String, Object> result = new HashMap<>(); |
| 54 | 54 | try { |
| 55 | - stationService.matchStation(stations); | |
| 55 | + //stationService.matchStation(stations); | |
| 56 | 56 | result.put("status", ResponseCode.SUCCESS); |
| 57 | 57 | result.put("data", stations); |
| 58 | 58 | } catch (Exception e) { | ... | ... |