Commit 5b6077aab3d19832c04ea7ecbd584afe768a7dcc

Authored by huixizhu
1 parent 9769a7e5

debuge

src/main/java/com/zteits/irain/portal/web/govclouds/RealTimeInfoController.java
... ... @@ -119,9 +119,10 @@ public class RealTimeInfoController {
119 119 List<ZeroBerthParkingLotDTO> zeroBerthplDTOList = plBerthsService.getZeroBerthParkinglotList(request);
120 120  
121 121 List<WarningInfoDTO> warningInfoList = new ArrayList<WarningInfoDTO>();
  122 + logger.debug("zeroBerthplDTOList---->" + JSON.toJSONString(zeroBerthplDTOList, false));
122 123  
123 124 for (ZeroBerthParkingLotDTO zeroBerthpl: zeroBerthplDTOList) {
124   -
  125 +
125 126 List<ParkinglotAndGeoInfoDTO> plgInfoList = ParkingLotGeoCacheUtil.queryParkLotsWithDistanceAndCoordinateByAsc(
126 127 LonLatTypeEnum.LON_LAT_TYPE_1, zeroBerthpl.getLongitude(), zeroBerthpl.getLatitude(), 5000D, 50L);
127 128  
... ...