- 补充 IUnitOfWorkManager;#2127

This commit is contained in:
2881099
2025-10-23 21:56:49 +08:00
committed by 28810
parent bb21f23c66
commit cdcdaa80b0
39 changed files with 61 additions and 359 deletions

View File

@@ -621,7 +621,7 @@ namespace base_entity
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
#endregion
var skdkdk1 = fsql.Select<User1>().LimitBy2(a => a.Sort, 1).ToSql();
var skdkdk1 = fsql.Select<User1>().LimitBy(a => a.Sort, 1).ToSql();
fsql.Insert(new User1 { Nickname = "nickname11", Username = "username11", Description = "desc11" }).ExecuteAffrows();