From f5976e32889eb54f48f75ad791c32218d0ea9f6f Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期三, 29 十二月 2021 09:21:04 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/SRM-LAYUI --- WebSRM/App_Data/MssqlReportData.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebSRM/App_Data/MssqlReportData.cs b/WebSRM/App_Data/MssqlReportData.cs index 75fe363..f478b4d 100644 --- a/WebSRM/App_Data/MssqlReportData.cs +++ b/WebSRM/App_Data/MssqlReportData.cs @@ -14,9 +14,9 @@ //杩炴帴SQL Server鏁版嵁搴撶殑杩炴帴涓诧紝搴旇淇敼涓轰笌瀹為檯涓�鑷淬�傚鏋滄槸杩愯Grid++Report鏈韩鐨勪緥瀛愶紝搴旇棣栧厛闄勫姞渚嬪瓙鏁版嵁搴撳埌 //SQL Server2000/2005鏁版嵁搴撲笂銆� //public const string SqlConnStr = "Data Source=(local);Initial Catalog=gridreport;Persist Security Info=True;User ID=sa;Password=;"; - public const string SqlConnStr = "Data Source=47.96.97.237,15127;Initial Catalog=HX_LMESsys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;"; + //public const string SqlConnStr = "Data Source=47.96.97.237,15127;Initial Catalog=HX_LMESsys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;"; //澶忓疂 - //public const string SqlConnStr = "Data Source=192.168.1.239;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;"; + public const string SqlConnStr = "Data Source=192.168.1.239;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;"; //public string sServer; //public string sDataBase; -- Gitblit v1.9.1