username@email.com
2024-09-24 e52888ec01a11ad8423e30b9505fee9624e88422
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx.cs
@@ -464,12 +464,15 @@
            this.selSourcesInfoId.DataValueField = "Keyid";
            this.selSourcesInfoId.DataTextField = "Name";
            this.selSourcesInfoId.DataBind();
            this.selSourcesInfoId.Value = "452";
            this.selCustomerIndustriesId.DataSource = bll_Sys_DictionaryBLL.GetDataByType("客户所属行业");
            this.selCustomerIndustriesId.DataValueField = "Keyid";
            this.selCustomerIndustriesId.DataTextField = "Name";
            this.selCustomerIndustriesId.DataBind();
            this.selCustomerIndustriesId.Value = "454";
            this.selCustomerTypeId.DataSource = bll_Sys_DictionaryBLL.GetDataByType("客户类型");
            this.selCustomerTypeId.DataValueField = "Keyid";
            this.selCustomerTypeId.DataTextField = "Name";