cjl
2023-07-01 93d71c576cd83db51a20f70d26eb74e20327ea30
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;
    }