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

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
@@ -4,7 +4,6 @@ using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Threading.Tasks;
namespace FineUIPro.Web.CQMS.Meeting
{
@@ -1,12 +1,7 @@
using BLL;
using Newtonsoft.Json.Linq;
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI.WebControls;
using AspNet = System.Web.UI.WebControls;
namespace FineUIPro.Web.CQMS.Meeting
{
@@ -391,14 +386,14 @@ namespace FineUIPro.Web.CQMS.Meeting
if (this.drpHandleType.SelectedValue == Const.CQMSMeeting_Complete) //审批完成
{
var getSitePerson = (from x in Funs.DB.SitePerson_Person
join z in Funs.DB.Project_ProjectUnit on x.UnitId equals z.UnitId
where x.ProjectId == this.CurrUser.LoginProjectId && x.States == Const.ProjectPersonStates_1 && x.RoleIds != null
&& z.UnitType == Const.ProjectUnitType_2
select new
{
x.PersonId,
RoleNames = BLL.RoleService.getRoleNamesRoleIds(x.RoleIds)
}).AsEnumerable();
join z in Funs.DB.Project_ProjectUnit on x.UnitId equals z.UnitId
where x.ProjectId == this.CurrUser.LoginProjectId && x.States == Const.ProjectPersonStates_1 && x.RoleIds != null
&& z.UnitType == Const.ProjectUnitType_2
select new
{
x.PersonId,
RoleNames = BLL.RoleService.getRoleNamesRoleIds(x.RoleIds)
}).AsEnumerable();
var list = getSitePerson.Where(x => !x.RoleNames.Contains("安全"));
foreach (var item in list)
{
@@ -1,12 +1,11 @@
using BLL;
using Aspose.Words;
using BLL;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Threading.Tasks;
using Aspose.Words;
using System.IO;
using System.Linq;
namespace FineUIPro.Web.CQMS.Meeting
{
@@ -1,12 +1,5 @@
using BLL;
using Newtonsoft.Json.Linq;
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI.WebControls;
using AspNet = System.Web.UI.WebControls;
namespace FineUIPro.Web.CQMS.Meeting
{
@@ -4,7 +4,6 @@ using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Threading.Tasks;
namespace FineUIPro.Web.CQMS.Meeting
{
@@ -1,12 +1,7 @@
using BLL;
using Newtonsoft.Json.Linq;
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI.WebControls;
using AspNet = System.Web.UI.WebControls;
namespace FineUIPro.Web.CQMS.Meeting
{
@@ -1,12 +1,11 @@
using BLL;
using Aspose.Words;
using BLL;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Threading.Tasks;
using Aspose.Words;
using System.IO;
using System.Linq;
namespace FineUIPro.Web.CQMS.Meeting
{
@@ -1,12 +1,5 @@
using BLL;
using Newtonsoft.Json.Linq;
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI.WebControls;
using AspNet = System.Web.UI.WebControls;
namespace FineUIPro.Web.CQMS.Meeting
{