From c8ab65a4ad9028635a6922f6ece0199541aaaf8f Mon Sep 17 00:00:00 2001
From: xiaju <1784803958@qq.com>
Date: Thu, 27 Mar 2025 22:41:40 +0800
Subject: [PATCH] 1
---
SGGL/BLL/HSSE/SitePerson/PersonService.cs | 3 +++
SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +-
SGGL/WebAPI/WebAPI.csproj.user | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
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 @@
-
+