diff --git a/src/main/resources/mybatis/mapper/house/house-mapper.xml b/src/main/resources/mybatis/mapper/house/house-mapper.xml
index db2348f..73cf3eb 100644
--- a/src/main/resources/mybatis/mapper/house/house-mapper.xml
+++ b/src/main/resources/mybatis/mapper/house/house-mapper.xml
@@ -477,6 +477,44 @@
custodian_phone = #{custodianPhone},
+
+
+ owner_population_id = '',
+
+
+ homeowner = '',
+
+
+ document_id = '',
+
+
+ document_name = '',
+
+
+ document_num = '',
+
+
+ phone = '',
+
+
+ custodian_population_id = '',
+
+
+ custodian = '',
+
+
+ custodian_document_id = '',
+
+
+ custodian_document_name = '',
+
+
+ custodian_document_num = '',
+
+
+ custodian_phone = '',
+
+
relationship_homeowner = #{relationshipHomeowner},
diff --git a/src/main/resources/templates/house/list-popu.html b/src/main/resources/templates/house/list-popu.html
index 96c9bd7..54052e7 100644
--- a/src/main/resources/templates/house/list-popu.html
+++ b/src/main/resources/templates/house/list-popu.html
@@ -264,7 +264,7 @@
console.log(data)
var loadLayerIndex;
top.restAjax.get(top.restAjax.path('api/populationinfo/get/{populationInfoId}', [data.populationInfoId]), {}, null, function(code, data) {
- top.dialog.dialogData.popuData = checkData;
+ top.dialog.dialogData.popuData = data;
var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
parent.layer.close(index);
}, function(code, data) {
diff --git a/src/main/resources/templates/house/save.html b/src/main/resources/templates/house/save.html
index 530704d..c6cba4f 100644
--- a/src/main/resources/templates/house/save.html
+++ b/src/main/resources/templates/house/save.html
@@ -280,11 +280,16 @@