添加坐标字段

This commit is contained in:
yangjun 2025-04-02 16:11:07 +08:00
parent 0a5d1cef2b
commit 8730af08d1
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}