jiangjc %!s(int64=2) %!d(string=hai) anos
pai
achega
c02e3dc129
Modificáronse 20 ficheiros con 2 adicións e 2 borrados
  1. BIN=BIN
      OASystem/.vs/OASystem/FileContentIndex/3b76ff89-fd64-437f-8467-c51a441ab957.vsidx
  2. BIN=BIN
      OASystem/.vs/OASystem/FileContentIndex/ebe533c5-9749-4fa0-ba9f-a462ff69bd94.vsidx
  3. BIN=BIN
      OASystem/.vs/OASystem/v17/.suo
  4. BIN=BIN
      OASystem/EntitySync/obj/Debug/net6.0/EntitySync.csproj.AssemblyReference.cache
  5. 1 1
      OASystem/OASystem.Api/Controllers/AuthController.cs
  6. 1 1
      OASystem/OASystem.Api/Program.cs
  7. BIN=BIN
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.dll
  8. BIN=BIN
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.pdb
  9. BIN=BIN
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.dll
  10. BIN=BIN
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.pdb
  11. BIN=BIN
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.csproj.AssemblyReference.cache
  12. BIN=BIN
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.dll
  13. BIN=BIN
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.pdb
  14. BIN=BIN
      OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.dll
  15. BIN=BIN
      OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.pdb
  16. BIN=BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.csproj.AssemblyReference.cache
  17. BIN=BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.dll
  18. BIN=BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.pdb
  19. BIN=BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/ref/OASystem.Infrastructure.dll
  20. BIN=BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/refint/OASystem.Infrastructure.dll

BIN=BIN
OASystem/.vs/OASystem/FileContentIndex/3b76ff89-fd64-437f-8467-c51a441ab957.vsidx


BIN=BIN
OASystem/.vs/OASystem/FileContentIndex/ebe533c5-9749-4fa0-ba9f-a462ff69bd94.vsidx


BIN=BIN
OASystem/.vs/OASystem/v17/.suo


BIN=BIN
OASystem/EntitySync/obj/Debug/net6.0/EntitySync.csproj.AssemblyReference.cache


+ 1 - 1
OASystem/OASystem.Api/Controllers/AuthController.cs

@@ -22,7 +22,7 @@ namespace OASystem.API.Controllers
             _config = config;
             _loginRep = loginRep;
             _mapper = mapper;
-            _redis = client.GetDatabase(RedisEnum.Common);
+            //_redis = client.GetDatabase(RedisEnum.Common);
             //_redisHelper = client("132.232.92.186", "7369", "123456");
         }
 

+ 1 - 1
OASystem/OASystem.Api/Program.cs

@@ -26,7 +26,7 @@ string _connectionString = section.GetSection("Connection").Value;
 string _instanceName = section.GetSection("InstanceName").Value;
 //ĬÈÏÊý¾Ý¿â 
 int _defaultDB = int.Parse(section.GetSection("DefaultDB").Value ?? "0");
-builder.Services.AddSingleton(new RedisHelper(_connectionString+",password=123456", _instanceName, _defaultDB));
+builder.Services.AddSingleton(new RedisHelper1(_connectionString+",password=123456", _instanceName, _defaultDB));
 
 #endregion
 

BIN=BIN
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.dll


BIN=BIN
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.pdb


BIN=BIN
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.dll


BIN=BIN
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.pdb


BIN=BIN
OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.csproj.AssemblyReference.cache


BIN=BIN
OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.dll


BIN=BIN
OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.pdb


BIN=BIN
OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.dll


BIN=BIN
OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.pdb


BIN=BIN
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.csproj.AssemblyReference.cache


BIN=BIN
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.dll


BIN=BIN
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.pdb


BIN=BIN
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/ref/OASystem.Infrastructure.dll


BIN=BIN
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/refint/OASystem.Infrastructure.dll