From 7322ba7b38536c52b04d86a42e144feb1f0113bc Mon Sep 17 00:00:00 2001 From: sunkaixuan <12313131@qq.com> Date: Sat, 2 Feb 2019 20:32:01 +0800 Subject: [PATCH] Update Demo --- Src/Asp.Net/SqlServerTest/Config.cs | 6 +++--- Src/Asp.Net/SqlServerTest/Program.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Src/Asp.Net/SqlServerTest/Config.cs b/Src/Asp.Net/SqlServerTest/Config.cs index 43f3df924..e668961eb 100644 --- a/Src/Asp.Net/SqlServerTest/Config.cs +++ b/Src/Asp.Net/SqlServerTest/Config.cs @@ -8,8 +8,8 @@ namespace OrmTest { public class Config { - public static string ConnectionString = "server=.;uid=sa;pwd=@jhl85661501;database=SqlSugar4XTest"; - public static string ConnectionString2 = "server=.;uid=sa;pwd=@jhl85661501;database=SQLSUGAR4XTEST"; - public static string ConnectionString3 = "server=.;uid=sa;pwd=@jhl85661501;database=sqlsugar4xtest"; + public static string ConnectionString = "server=.;uid=sa;pwd=haosql;database=SqlSugar4XTest"; + public static string ConnectionString2 = "server=.;uid=sa;pwd=haosql;database=SQLSUGAR4XTEST"; + public static string ConnectionString3 = "server=.;uid=sa;pwd=haosql;database=sqlsugar4xtest"; } } diff --git a/Src/Asp.Net/SqlServerTest/Program.cs b/Src/Asp.Net/SqlServerTest/Program.cs index ae4c82490..f50294096 100644 --- a/Src/Asp.Net/SqlServerTest/Program.cs +++ b/Src/Asp.Net/SqlServerTest/Program.cs @@ -10,8 +10,8 @@ namespace OrmTest { /***BUG repair test***/ - new BugTest.Bug1().Init(); - new BugTest.Bug2().Init(); + //new BugTest.Bug1().Init(); + //new BugTest.Bug2().Init(); /***Unit Test***/ new SqlRemark(2).Init();