mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Add unit test
This commit is contained in:
parent
519de4e3a0
commit
a4b967f552
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user