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 @@ } } }