zhangjinkun 9 年之前
父節點
當前提交
cee350f1f9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"]