zhangjinkun 9 years ago
parent
commit
cee350f1f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/src/qfw/util/elastic/elasticutil.go

+ 1 - 0
common/src/qfw/util/elastic/elasticutil.go

@@ -605,6 +605,7 @@ func ConverData(ent *map[string]interface{}) map[string]interface{} {
 	tmp2 := make(map[string]interface{})
 	tmp2["ID"] = ids
 	tmp2["_id"] = tmp["_id"]
+	tmp2["Area"] = tmp["Area"]
 	tmp2["LeRep"] = tmp["LeRep"]
 	tmp2["RegNo"] = tmp["RegNo"]
 	tmp2["EntType"] = tmp["EntType"]