From 185e6bb021b809e1a14de9f975bc54bb920e9eb4 Mon Sep 17 00:00:00 2001
From: gaofei <181547018@qq.com>
Date: Sun, 20 Nov 2022 16:54:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SGGL/BLL/BLL.csproj | 16 +++++++++++++++-
.../Person/DepartPersonCheck.aspx.cs | 2 +-
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj
index 66fdf8d6..9f4892c2 100644
--- a/SGGL/BLL/BLL.csproj
+++ b/SGGL/BLL/BLL.csproj
@@ -64,7 +64,9 @@
..\FineUIPro\Reference BLL\Interop.WIA.dll
True
-
+
+ ..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll
+
..\packages\Microsoft.Office.Interop.Excel.15.0.4795.1000\lib\net20\Microsoft.Office.Interop.Excel.dll
True
@@ -111,13 +113,25 @@
+
+ ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll
+
..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll
+
+
+ ..\packages\System.Text.Encodings.Web.5.0.0\lib\net461\System.Text.Encodings.Web.dll
+
+
+ ..\packages\System.Text.Json.5.0.0\lib\net461\System.Text.Json.dll
+
..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll
diff --git a/SGGL/FineUIPro.Web/Person/DepartPersonCheck.aspx.cs b/SGGL/FineUIPro.Web/Person/DepartPersonCheck.aspx.cs
index ad77cbf6..a0261e0e 100644
--- a/SGGL/FineUIPro.Web/Person/DepartPersonCheck.aspx.cs
+++ b/SGGL/FineUIPro.Web/Person/DepartPersonCheck.aspx.cs
@@ -485,7 +485,7 @@ namespace FineUIPro.Web.Person
Model.Person_QuarterCheck Check = new Model.Person_QuarterCheck
{
QuarterCheckId = SQLHelper.GetNewID(typeof(Model.Person_QuarterCheck)),
- QuarterCheckName = "本部合同管理工程师工作任务书",
+ QuarterCheckName = "本部安全质量工程师工作任务书",
UserId = seeUser.PersonId,
RoleId = BLL.Const.SGSecurityQAEngineer,
StartTime = startTime,