CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx.cs
@@ -77,7 +77,7 @@
            this.selDepartmentId.DataValueField = "Keyid";
            this.selDepartmentId.DataBind();
            this.selRole.DataSource = bll_OA_FirmRoleBLL.SelectList(CurrentUser.MemberId);
            this.selRole.DataSource = bll_OA_FirmRoleBLL.SelectList(CurrentUser.MemberId).Where(x=>x.IsUsed == true);
            this.selRole.DataTextField = "RoleName";
            this.selRole.DataValueField = "Keyid";
            this.DataBind();
@@ -152,7 +152,7 @@
            this.selDepartmentId.DataValueField = "Keyid";
            this.selDepartmentId.DataBind();
            this.selRole.DataSource = bll_OA_FirmRoleBLL.SelectList(CurrentUser.MemberId);
            this.selRole.DataSource = bll_OA_FirmRoleBLL.SelectList(CurrentUser.MemberId).Where(x => x.IsUsed == true); ;
            this.selRole.DataTextField = "RoleName";
            this.selRole.DataValueField = "Keyid";
            this.DataBind();
@@ -279,8 +279,8 @@
                    }
                    if (!string.IsNullOrEmpty(m_OA_Staff.SM_CertificateType.Trim(',')))
                    {
                        OldFileds = m_OA_Staff.SM_CertificateType.ToString2().Split(',');
                        NowFileds = m_OA_Staff.SM_CertificatePic.ToString2().Split(',');
                        OldFileds = m_OA_Staff.SM_CertificateType.ToString2().Trim(',').Split(',');
                        NowFileds = m_OA_Staff.SM_CertificatePic.ToString2().Trim(',').Split(',');
                    }
                    OLDProvince = m_OA_Staff.SM_NowProvince.ToString2();
                    OLDCity = m_OA_Staff.SM_NowCity.ToString2();