This commit is contained in:
Diego
2025-06-16 18:12:28 +08:00
parent d33d900592
commit 081e07473d
111 changed files with 1707 additions and 561 deletions

View File

@@ -324,7 +324,7 @@ public class AuthService : IAuthService
#endregion ,
using var db = DbContext.Db.GetConnectionScopeWithAttr<SysUser>().CopyNew();
using var db = DbContext.GetDB<SysUser>();
//更新用户登录信息
if (await db.Updateable(sysUser).UpdateColumns(it => new
{