username@email.com
2025-02-14 8e6adbede7f0d5f12b0bf625252e9625f046e62c
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsVisit.aspx.cs
@@ -152,7 +152,7 @@
                    {
                        Database DC = new Database();
                        string sqlStr = string.Format("USE [ECTEST]  UPDATE[dbo].[OA_CorporateClients] SET [NeedWiHu] = 'false' where Keyid='{0}'", Request["Keyid"]);
                        string sqlStr = string.Format("  UPDATE[dbo].[OA_CorporateClients] SET [NeedWiHu] = 'false' where Keyid='{0}'", Request["Keyid"]);
                        try
                        {
@@ -274,7 +274,7 @@
                        Database DC = new Database();
                      
                        string sqlStr = string.Format("USE [ECTEST]  UPDATE[dbo].[OA_CorporateClients] SET [JieJiaRiWiHu] = 'false' where Keyid='{0}'", Request["Keyid"]);
                        string sqlStr = string.Format("   UPDATE[dbo].[OA_CorporateClients] SET [JieJiaRiWiHu] = 'false' where Keyid='{0}'", Request["Keyid"]);
                        try
                        {