mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update unit test
This commit is contained in:
@@ -105,7 +105,7 @@ namespace OrmTest
|
||||
|
||||
|
||||
var list3=db.Queryable<ApiLog>().ToList();
|
||||
db.Insertable<Dictionary<string,object>>(new ApiLog(1) { RequestUser="a"}).ExecuteCommand();
|
||||
//db.Insertable<Dictionary<string,object>>(new ApiLog(1) { RequestUser="a"}).ExecuteCommand();
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
|
Reference in New Issue
Block a user