jinpengyong
2021-08-02 dce0021131e955bac968cb2a7e24ce3673eb1a3b
screen-api/src/main/java/com/moral/api/pojo/form/device/MonitorPointQueryForm.java
@@ -25,7 +25,7 @@
    Integer regionCode;
    public boolean valid(){
        if(ObjectUtils.isEmpty(organizationId)||ObjectUtils.isEmpty(regionCode))
        if(ObjectUtils.isEmpty(organizationId))
            return false;
        return true;
    }