mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update unit
This commit is contained in:
parent
00f07632fd
commit
e04d778d14
@ -26,7 +26,9 @@ namespace OrmTest
|
||||
{
|
||||
count = SqlFunc.AggregateSum(it.Id < 20 ? 1 : 0)
|
||||
//count = SqlFunc.AggregateSum(SqlFunc.IIF(b.客户确认状态 < 20, 1, 0))
|
||||
}).ToListAsync();
|
||||
}).ToList();
|
||||
|
||||
db.Queryable<Tree>().ToParentList(it => it.ParentId, "0");
|
||||
}
|
||||
|
||||
public class Unitadfaint21
|
||||
|
Loading…
Reference in New Issue
Block a user