username@email.com
2024-12-20 a961ca32f736027331319d94837f84507ac81df5
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"]);