username@email.com
2025-01-26 a0b3492010949e0d044892b9bb6456b51ae0d458
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx.cs
@@ -60,6 +60,11 @@
        {
            try
            {
                if (Request["isSession"] != null)
                {
                    if (!IsPostBack && !IsCallback)
                        Session["OrderList"] = null;
                }
                if (Request["downId"] != null)
                {
                    int iDownId = Convert.ToInt32(Request["downId"]);