From d978b42ea879902a48991f253526669f6a3eb3a7 Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Thu, 2 Mar 2023 18:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=80=BB=E5=8C=85=E8=B4=A8?= =?UTF-8?q?=E9=87=8F=E8=AE=A1=E5=88=92=E8=AF=84=E5=AE=A1=E4=BA=BA=E5=BF=85?= =?UTF-8?q?=E9=A1=BB=E6=98=AF=E6=9C=AC=E9=83=A8=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs index 550f90c8..75e1bb4c 100644 --- a/SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs @@ -53,7 +53,7 @@ namespace FineUIPro.Web.CQMS.Plan this.rblIsAgree.Hidden = true; this.drpPerson.DataTextField = "PersonName"; this.drpPerson.DataValueField = "PersonId"; - this.drpPerson.DataSource = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId && x.IsOffice == true select x).ToList(); + this.drpPerson.DataSource = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId select x).ToList(); this.drpPerson.DataBind(); Funs.FineUIPleaseSelect(this.drpPerson); if (!string.IsNullOrEmpty(MainPlanId))