mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update unit test
This commit is contained in:
parent
2b7b85d8b1
commit
26c41c301e
@ -105,7 +105,7 @@ namespace OrmTest
|
|||||||
|
|
||||||
|
|
||||||
var list3=db.Queryable<ApiLog>().ToList();
|
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>
|
/// <summary>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user