|
@@ -58,6 +58,9 @@ public class DatumPointService extends BaseServiceImpl<DatumPointMapper, DatumPo
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put(finalKey+"__"+ka[0], e.getX());
|
|
|
map.put(finalKey+"__"+ka[1], e.getY());
|
|
|
+ if(ka.length>2){
|
|
|
+ map.put(finalKey+"__"+ka[2], e.getH());
|
|
|
+ }
|
|
|
result.put(e.getName(), map);
|
|
|
});
|
|
|
}
|