添加坐标字段
This commit is contained in:
parent
0a5d1cef2b
commit
8730af08d1
|
@ -58,6 +58,7 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl<NuBizNuCustome
|
|||
map.put("endTime",par.getEndTime());
|
||||
map.put("cycleType",par.getCycleType());
|
||||
map.put("positioningLong",par.getPositioningLong());
|
||||
map.put("positioning",par.getPositioning());
|
||||
childrenList.add(map);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue