username@email.com
2026-04-10 f6cb981322bc4c2a27921ad0480dce7fb483a4d8
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrint.aspx.cs
@@ -39,7 +39,7 @@
            
            if (!IsPostBack)
            {
                this.selSonghuoren.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, false, false).Where(x => x.SM_Post == "司机");
                this.selSonghuoren.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, false, false).Where(x => x.BF_IsDriver);//.Where(x => x.SM_Post == "司机");
                this.selSonghuoren.DataTextField = "Name";
                this.selSonghuoren.DataValueField = "Name";
                this.selSonghuoren.DataBind();