jiangjc 2 年之前
父节点
当前提交
c02e3dc129
共有 20 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      OASystem/.vs/OASystem/FileContentIndex/3b76ff89-fd64-437f-8467-c51a441ab957.vsidx
  2. 二进制
      OASystem/.vs/OASystem/FileContentIndex/ebe533c5-9749-4fa0-ba9f-a462ff69bd94.vsidx
  3. 二进制
      OASystem/.vs/OASystem/v17/.suo
  4. 二进制
      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. 二进制
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.dll
  8. 二进制
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.pdb
  9. 二进制
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.dll
  10. 二进制
      OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.pdb
  11. 二进制
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.csproj.AssemblyReference.cache
  12. 二进制
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.dll
  13. 二进制
      OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.pdb
  14. 二进制
      OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.dll
  15. 二进制
      OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.pdb
  16. 二进制
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.csproj.AssemblyReference.cache
  17. 二进制
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.dll
  18. 二进制
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.pdb
  19. 二进制
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/ref/OASystem.Infrastructure.dll
  20. 二进制
      OASystem/OASystem.Infrastructure/obj/Debug/net6.0/refint/OASystem.Infrastructure.dll

二进制
OASystem/.vs/OASystem/FileContentIndex/3b76ff89-fd64-437f-8467-c51a441ab957.vsidx


二进制
OASystem/.vs/OASystem/FileContentIndex/ebe533c5-9749-4fa0-ba9f-a462ff69bd94.vsidx


二进制
OASystem/.vs/OASystem/v17/.suo


二进制
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
 

二进制
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.dll


二进制
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.API.pdb


二进制
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.dll


二进制
OASystem/OASystem.Api/bin/Debug/net6.0/OASystem.Infrastructure.pdb


二进制
OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.csproj.AssemblyReference.cache


二进制
OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.dll


二进制
OASystem/OASystem.Api/obj/Debug/net6.0/OASystem.API.pdb


二进制
OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.dll


二进制
OASystem/OASystem.Infrastructure/bin/Debug/net6.0/OASystem.Infrastructure.pdb


二进制
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.csproj.AssemblyReference.cache


二进制
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.dll


二进制
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/OASystem.Infrastructure.pdb


二进制
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/ref/OASystem.Infrastructure.dll


二进制
OASystem/OASystem.Infrastructure/obj/Debug/net6.0/refint/OASystem.Infrastructure.dll