mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 IsVersion string 字符串乐观锁;#1178
This commit is contained in:
@ -734,7 +734,8 @@ namespace FreeSql.Tests
|
||||
.ToList(a => new
|
||||
{
|
||||
a.Key,
|
||||
sss = a.Sum(a.Value.Item1.OptionsEntity04)
|
||||
sss = a.Sum(a.Value.Item1.OptionsEntity04),
|
||||
xxx = SqlExt.DistinctCount(a.Value.Item2.Title)
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user