diff --git a/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs b/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs index 306d9b701..c941f6c9e 100644 --- a/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs +++ b/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs @@ -105,7 +105,7 @@ namespace OrmTest var list3=db.Queryable().ToList(); - db.Insertable>(new ApiLog(1) { RequestUser="a"}).ExecuteCommand(); + //db.Insertable>(new ApiLog(1) { RequestUser="a"}).ExecuteCommand(); } ///