|
|
@@ -146,9 +146,9 @@ public class TrackLogServiceImpl extends ServiceImpl<TrackLogMapper, TrackLog> i
|
|
|
|
|
|
Map<String, Object> tempMap = new HashMap<>();
|
|
|
tempMap.put("location", tempList);
|
|
|
- tempMap.put("bte", temp.getString("parkAdr"));
|
|
|
- tempMap.put("ete", temp.getString("parkBte"));
|
|
|
- tempMap.put("address", temp.getString("parkEte"));
|
|
|
+ tempMap.put("address", temp.getString("parkAdr"));
|
|
|
+ tempMap.put("bte", temp.getString("parkBte"));
|
|
|
+ tempMap.put("ete", temp.getString("parkEte"));
|
|
|
tempMap.put("duration", temp.getString("parkMins"));
|
|
|
parkArray.add(tempMap);
|
|
|
}
|