username@email.com
2025-04-23 d34ca25b9754e49b2d1220ff9f0de6af9b734d99
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
            {