- 增加 IsVersion string 字符串乐观锁;#1178

This commit is contained in:
2881099
2022-07-04 17:15:30 +08:00
parent a219b39e5f
commit 84cfa65281
11 changed files with 169 additions and 12 deletions

View File

@ -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)
});