@@ -494,10 +494,10 @@ func EntInfo(name string, tmp map[string]interface{}) {
tmp["legal_person"] = s1[0]
}
if s1[1] != "-" {
- tmp["legal_person"] = s1[1]
+ tmp["company_email"] = s1[1]
if s1[2] != "-" {
- tmp["legal_person"] = s1[2]
+ tmp["company_phone"] = s1[2]
} else {