Browse Source

邮箱缺失处理

WH01243 1 month ago
parent
commit
7587da0d07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/acceptance.go

+ 1 - 0
service/acceptance.go

@@ -280,6 +280,7 @@ func FindCandidate(personArr []Person, entId int64, orderType string) map[string
 	person["deptName"] = personEntity.DeptName
 	person["deptId"] = personEntity.DeptId
 	person["name"] = personEntity.Name
+	person["mail"] = personEntity.Mail
 
 	// Fetch department admin
 	fetchDeptAdmin(person, personEntity.DeptId)