From bc2e80097e1bd1c74d7ad37414b70faed39a1fe9 Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Thu, 2 Mar 2023 19:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=80=BB=E5=8C=85=E8=B4=A8?= =?UTF-8?q?=E9=87=8F=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs index ea7e69fd..15ab38f7 100644 --- a/SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs @@ -51,7 +51,7 @@ namespace FineUIPro.Web.ZHGL.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))