cjl
2023-07-13 bfae0be9c3980b6ec09f86bcb543bb8960927e14
screen-api/src/main/java/com/moral/api/service/impl/SpecialDeviceServiceImpl.java
@@ -128,12 +128,7 @@
            if (lon < 70 || lon > 150 || lat < 20 || lat > 60) {
                return true;
            }
            if(type){
                o.putAll(value);
            }else {
            }
            o.putAll(value);
            return false;
        });
        /*for (Map<String, Object> map:data) {