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