cjl
2023-08-04 0932aa99d471d657456420856e6c7b32fa4797b0
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) {