#
luxiaotao1123
2024-11-18 139b831d805be2ed5bafb5f4c2dc1143610c7cc9
zy-acs-manager/src/main/java/com/zy/acs/manager/common/utils/CommonUtil.java
@@ -171,4 +171,8 @@
        }
    }
    public static int calcDistance(Double[] from, Double[] to) {
        return (int) (Math.abs(to[0] - from[0]) + Math.abs(to[1] - from[1]));
    }
}