From cf1bf1d600388ff4f809b74f7b33ec815d8c82fb Mon Sep 17 00:00:00 2001 From: Sam <315859133@qq.com> Date: Fri, 6 Feb 2026 00:55:58 +0800 Subject: [PATCH] fix: configure TenantInfo as owned entity and use AsNoTracking - Add AsNoTracking to tenant query to avoid tracking conflicts - Configure TenantInfo as owned entity in ApplicationUser - Map TenantInfo properties to separate columns in AspNetUsers table --- Fengling.Console.csproj | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Fengling.Console.csproj b/Fengling.Console.csproj index 8f57e67..3ef007b 100644 --- a/Fengling.Console.csproj +++ b/Fengling.Console.csproj @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + +