#
luxiaotao1123
2024-12-30 3d7bf12a7d6f139624a2dacd1bd80781d7f658e5
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]));
    }
}