Commit be45452c33a9dd1edc2ec808c85378c1638196c8

Authored by ljq
2 parents 0d1b1499 f4be6b41

Merge remote-tracking branch 'origin/lggj' into lggj

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) {
... ...