Jianghan 1 tahun lalu
induk
melakukan
bda516a460
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      CMPlatform/history/task.go

+ 2 - 2
CMPlatform/history/task.go

@@ -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 {