jiangjc 2 lat temu
rodzic
commit
c02e3dc129
20 zmienionych plików z 2 dodań i 2 usunięć
  1. BIN
      OASystem/.vs/OASystem/FileContentIndex/3b76ff89-fd64-437f-8467-c51a441ab957.vsidx
  2. BIN
      OASystem/.vs/OASystem/FileContentIndex/ebe533c5-9749-4fa0-ba9f-a462ff69bd94.vsidx
  3. BIN
      OASystem/.vs/OASystem/v17/.suo
  4. 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
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.dll
  8. BIN
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.pdb
  9. BIN
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.dll
  10. BIN
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.pdb
  11. BIN
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.csproj.AssemblyReference.cache
  12. BIN
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.dll
  13. BIN
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.pdb
  14. BIN
      OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.dll
  15. BIN
      OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.pdb
  16. BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.csproj.AssemblyReference.cache
  17. BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.dll
  18. BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.pdb
  19. BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/ref/OASystem.Infrastructure.dll
  20. BIN
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/refint/OASystem.Infrastructure.dll

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


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


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


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
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.dll


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


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


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


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


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


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


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


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


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


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


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


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


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