username@email.com
2025-08-25 bbdb669495a78ad23afc7b17e8a2e25a58dac35f
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsVisit.aspx.cs
@@ -49,7 +49,8 @@
        //页面加载
        protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
            if (Request["Keyid"] != null || Request["MemberId"] != null)
            {
                OA_CorporateClients m_OA_CorporateClients = bll_OA_CorporateClientsBLL.GetModelDetail(Request["Keyid"].ToGuid2());
@@ -86,6 +87,8 @@
            }
            }
        }