wjc
2025-04-22 ce3b8953780d1cd77c8781befec6bf7dc22b42b1
app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java
@@ -232,6 +232,6 @@
        if (this.location == null) {
            return this.address;
        }
        return this.location.getNationName() + this.location.getProvinceName() + this.location.getCityName() + this.address;
        return this.location.getNationName() +" "+ this.location.getProvinceName() +" "+ this.location.getCityName() +" "+ this.address;
    }
}