kaiyu
2022-02-18 ddaee239feb428cc426396a742c9d992d5983548
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;
    }