diff --git a/SGGL/BLL/HSSE/SitePerson/PersonService.cs b/SGGL/BLL/HSSE/SitePerson/PersonService.cs index 8dead899..f34f6fb0 100644 --- a/SGGL/BLL/HSSE/SitePerson/PersonService.cs +++ b/SGGL/BLL/HSSE/SitePerson/PersonService.cs @@ -508,6 +508,7 @@ namespace BLL OutTime = person.OutTime, OutResult = person.OutResult, Telephone = person.Telephone, + Email = person.Email, PositionId = person.PositionId, PostTitleId = person.PostTitleId, PhotoUrl = person.PhotoUrl, @@ -588,6 +589,7 @@ namespace BLL newPerson.OutTime = person.OutTime; newPerson.OutResult = person.OutResult; newPerson.Telephone = person.Telephone; + newPerson.Email = person.Email; newPerson.PositionId = person.PositionId; newPerson.PostTitleId = person.PostTitleId; if (newPerson.PhotoUrl != person.PhotoUrl && !string.IsNullOrEmpty(person.PhotoUrl)) @@ -669,6 +671,7 @@ namespace BLL newPerson.OutTime = person.OutTime; newPerson.OutResult = person.OutResult; newPerson.Telephone = person.Telephone; + newPerson.Email = person.Email; newPerson.PhotoUrl = person.PhotoUrl; newPerson.HeadImage = person.HeadImage; newPerson.IsUsed = person.IsUsed; diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index c21d940b..30d31f89 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -19814,7 +19814,7 @@ - +