mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Add unit test
This commit is contained in:
@@ -52,6 +52,9 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
throw new Exception("unit error");
|
throw new Exception("unit error");
|
||||||
}
|
}
|
||||||
|
var ids = new List<int>() { 1, 2 };
|
||||||
|
var list3 = db.Queryable<Order>().Where(it => ids.Any(s => it.Id==s))
|
||||||
|
.ToList();
|
||||||
}
|
}
|
||||||
[SugarTable("Unitpsroducsfdsatsfd")]
|
[SugarTable("Unitpsroducsfdsatsfd")]
|
||||||
public class Products
|
public class Products
|
||||||
|
Reference in New Issue
Block a user