| | |
| | | tableMap.put("engGrad", tbAttResBase.getEngGrad()); |
| | | tableMap.put("longitude", tbAttResBase.getLgtd()); |
| | | tableMap.put("latitude", tbAttResBase.getLttd()); |
| | | tableMap.put("elevationSystem", tbAttResBase.getElevationSystem().replace(",","").replace("其它","")); |
| | | tableMap.put("elevationSystem",tbAttResBase.getElevationSystem()==null?"": tbAttResBase.getElevationSystem().replace(",","").replace("其它","")); |
| | | tableMap.put("region", tbAttResBase.getBuildAddress()); |
| | | tableMap.put("basName", BasCodeEnum.find(tbAttResBase.getBasCode()).getLabel()); |
| | | tableMap.put("locRvName", tbAttResBase.getLocRvName()); |