v3.2.666-preview20220828 #1106 #1104 #668 #478 #432 #213 #138

This commit is contained in:
2881099
2022-08-26 18:29:14 +08:00
parent 2fc9d39131
commit d99e72abd6
31 changed files with 39 additions and 32 deletions

View File

@ -399,6 +399,10 @@ namespace base_entity
.Where(a => a.Id == a1id1)
.UnionAll(
fsql.Select<User1>()
.WithParameters(dbpars)
.Where(a => a.Id == a1id2),
fsql.Select<User1>()
.WithParameters(dbpars)
.Where(a => a.Id == a1id2)