فهرست منبع

邮箱缺失处理

WH01243 2 ماه پیش
والد
کامیت
7587da0d07
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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)