代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -1,10 +1,7 @@
using FineUIPro;
using Microsoft.Office.Interop.Excel;
using Model;
using System;
using System.Collections;
using System.Linq;
using System.Web.Security;
namespace BLL
{
@@ -87,13 +84,13 @@ namespace BLL
x.UnitId,
x.UnitName,
x.WorkPostId,
x.WorkPostName,
x.WorkPostName,
x.TeamGroupId,
x.TeamGroupName,
x.RoleId,
x.RoleName,
x.InTime,
x.OutTime,
x.OutTime,
x.OutResult,
};
}
@@ -126,7 +123,7 @@ namespace BLL
db.SubmitChanges();
////在岗
if (sitePerson.States == Const.ProjectPersonStates_1 )
if (sitePerson.States == Const.ProjectPersonStates_1)
{
Model.SitePerson_PersonItem newPersonItem = new Model.SitePerson_PersonItem
{
@@ -287,7 +284,7 @@ namespace BLL
public static void UpdatePersonItem(Model.SitePerson_PersonItem newitem)
{
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{
{
var getPerson = Person_PersonsService.GetPerson_PersonsById(newitem.PersonId);
if (getPerson != null)
{