| | |
| | | StationInfo stationInfo = new StationInfo(); |
| | | stationInfo.setStationUniqueNumber(datum.getCode()); |
| | | stationInfo.setAreaCodeCountryside(datum.getDistrictsCode()); |
| | | stationInfo.setAreaCode((Integer.parseInt(datum.getCityCode())+1)+""); |
| | | stationInfo.setAreaCode(datum.getCityCode()); |
| | | stationInfo.setStationClassification(datum.getStationClassification()); |
| | | stationInfo.setGeneralApplicationType(datum.getGeneralApplicationType()); |
| | | if (org.springframework.util.StringUtils.hasLength(datum.getSwapMatchCars())){ |