username@email.com
5 天以前 a1e963756360f8bd3938aa560b661d0400165c06
CY_ECommercePlatform/CY.WebForm/Pages/business/SHejiOrderEdit.aspx.cs
@@ -342,7 +342,7 @@
                this.selCustormerManagers.Items.Insert(0, new ListItem("无", "0"));
                var ToUpSetData = Request["ToUpSetData"];
                var oA_Staffs = oA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, null, null).Where(x => x.DepartmentId == 13);
                var oA_Staffs = oA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, null, null).Where(x => x.DepartmentId == 2);
                this.SelShejirenyuan29.DataSource = oA_Staffs;
                this.SelShejirenyuan29.DataBind();
                if (string.IsNullOrEmpty(ToUpSetData))