username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsContractShow.aspx.cs
@@ -36,7 +36,7 @@
                return;
            }
            Database DC = new Database();
            string sqlStr = string.Format(@"USE [ECTEST]    select * from  [dbo].[OA_CorporateClientContract] where CorporateClientsid='{0}' order by PageCode  ", Keyid);
            string sqlStr = string.Format(@"     select * from  [dbo].[OA_CorporateClientContract] where CorporateClientsid='{0}' order by PageCode  ", Keyid);
            int count = 0;
            try
            {