mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update unit test
This commit is contained in:
parent
d2bd2720cb
commit
b7a9ed37df
@ -77,12 +77,7 @@ namespace OrmTest
|
||||
{
|
||||
throw new Exception("unit error");
|
||||
}
|
||||
|
||||
var list5 = db.Queryable<Order>().Take(10)
|
||||
.Select(it => new Order
|
||||
{
|
||||
Name = SqlFunc.MappingColumn("","id")
|
||||
}).ToList();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user