|
@ -163,6 +163,7 @@ public class GridInfoPingyinServiceImpl extends BaseServiceImpl<GridInfoPingyinD |
|
|
entity.setGridCode(ag.getCode()); |
|
|
entity.setGridCode(ag.getCode()); |
|
|
entity.setGridName(ag.getGridName()); |
|
|
entity.setGridName(ag.getGridName()); |
|
|
entity.setGridLevel("07"); |
|
|
entity.setGridLevel("07"); |
|
|
|
|
|
entity.setIsDel("N"); |
|
|
if (ag.getLatitude().length() > 10) { |
|
|
if (ag.getLatitude().length() > 10) { |
|
|
entity.setLat(new BigDecimal(ag.getLatitude().substring(0, 10))); |
|
|
entity.setLat(new BigDecimal(ag.getLatitude().substring(0, 10))); |
|
|
} else { |
|
|
} else { |
|
|