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