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))