mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 12:33:44 +08:00
Update unit test
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user