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,