mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update demo
This commit is contained in:
parent
dfd943ccf4
commit
4732d44b79
@ -169,7 +169,7 @@ namespace OrmTest
|
||||
customName = SqlFunc.MappingColumn(default(string), $" (select top 1 id from [Order] where id={p1} or id={p2} ) ")
|
||||
}).ToList();
|
||||
|
||||
int id = 0;
|
||||
//int id = 0;
|
||||
Db.Queryable(Db.Queryable<Order>().Where(it => it.Id == 1)).Where(it => it.Id == 1).ToList();
|
||||
_db.QueryFilter.Clear();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user