mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Add unit test
This commit is contained in:
@@ -52,6 +52,9 @@ namespace OrmTest
|
||||
{
|
||||
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")]
|
||||
public class Products
|
||||
|
Reference in New Issue
Block a user