|
@@ -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"]
|