|
|
|
@ -538,6 +538,7 @@ public class IOrderBoxServiceImpl implements IOrderBoxService { |
|
|
|
List<StationVO> statusStationList = stationService.getStatusStationList(null, false, wcID, STATION_RECEIVE_ONLY, false); |
|
|
|
List<StationVO> statusStationList = stationService.getStatusStationList(null, false, wcID, STATION_RECEIVE_ONLY, false); |
|
|
|
map.put("stationRegion", statusStationList.get(0).getStationRegion()); |
|
|
|
map.put("stationRegion", statusStationList.get(0).getStationRegion()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
log.info("获取当前方法返回值:"+map); |
|
|
|
return R.data(map); |
|
|
|
return R.data(map); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|