Browse Source

Merge branch 'dev_v1.0.38.2_wh' of BaseService/biService into hotfix/v1.0.38.2

王浩 1 tháng trước cách đây
mục cha
commit
801cab25a9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)