Jianghan 1 年之前
父节点
当前提交
bda516a460
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 {