diff --git a/epmet-commons/epmet-commons-extapp-auth/pom.xml b/epmet-commons/epmet-commons-extapp-auth/pom.xml
index b563afcb7d..d6683ae51d 100644
--- a/epmet-commons/epmet-commons-extapp-auth/pom.xml
+++ b/epmet-commons/epmet-commons-extapp-auth/pom.xml
@@ -18,7 +18,7 @@
1.3.3
2.6
4.6.1
- 4.1.0
+ 4.4.0
2.9.9
1.2.60
2.8.6
diff --git a/epmet-commons/epmet-commons-tools/pom.xml b/epmet-commons/epmet-commons-tools/pom.xml
index 5929139632..e73e2b5e6f 100644
--- a/epmet-commons/epmet-commons-tools/pom.xml
+++ b/epmet-commons/epmet-commons-tools/pom.xml
@@ -18,7 +18,7 @@
1.3.3
2.6
4.6.1
- 4.1.3
+ 4.4.0
2.9.9
1.2.60
2.8.6
diff --git a/epmet-module/data-aggregator/data-aggregator-client/src/main/java/com/epmet/dataaggre/dto/govorg/result/HouseInfoDTO.java b/epmet-module/data-aggregator/data-aggregator-client/src/main/java/com/epmet/dataaggre/dto/govorg/result/HouseInfoDTO.java
new file mode 100644
index 0000000000..4855629190
--- /dev/null
+++ b/epmet-module/data-aggregator/data-aggregator-client/src/main/java/com/epmet/dataaggre/dto/govorg/result/HouseInfoDTO.java
@@ -0,0 +1,61 @@
+package com.epmet.dataaggre.dto.govorg.result;
+
+import lombok.Data;
+
+import java.io.Serializable;
+
+/**
+ * @Description TODO
+ * @Author yinzuomei
+ * @Date 2021/10/28 2:05 下午
+ */
+@Data
+public class HouseInfoDTO implements Serializable {
+ private static final long serialVersionUID = -5204197079709062825L;
+ /**
+ * 所属家庭Id
+ */
+ private String homeId;
+
+
+ /**
+ * 小区id
+ */
+ private String neighborHoodId;
+ /**
+ * 小区名称
+ */
+ private String neighborHoodName;
+
+
+ /**
+ * 所属楼栋id
+ */
+ private String buildingId;
+ /**
+ * 楼栋名称
+ */
+ private String buildingName;
+
+
+ /**
+ * 所属单元id
+ */
+ private String buildingUnitId;
+ /**
+ * 单元名
+ */
+ private String unitName;
+
+
+ /**
+ * 门牌号
+ */
+ private String doorName;
+
+ /**
+ * 房屋类型,这里存储字典value就可以
+ */
+ private String houseType;
+}
+
diff --git a/epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/dao/epmetuser/IcResiUserDao.java b/epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/dao/epmetuser/IcResiUserDao.java
index b4871aadbc..bd70e305be 100644
--- a/epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/dao/epmetuser/IcResiUserDao.java
+++ b/epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/dao/epmetuser/IcResiUserDao.java
@@ -17,8 +17,25 @@ public interface IcResiUserDao {
@Param("resultColumns") List resultColumns,
@Param("subTables") List subTables);
+ /**
+ * 查询主表
+ *
+ * @param icResiUserId
+ * @return java.util.List>
+ * @author yinzuomei
+ * @date 2021/10/28 11:20 上午
+ */
List