zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/astart/MapDataDispatcher.java
@@ -380,6 +380,7 @@ for (Code code : codeList) { Double x = code.getX(); Double y = code.getY(); if (null == x || null == y) { continue; } if (!xIdxList.contains(x)) { xIdxList.add(x); }