From 7b47c91bcf89d667a5c99cfafe0d899280f7fbe3 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期三, 19 十一月 2025 11:22:27 +0800
Subject: [PATCH] feat:平安转账开发

---
 ApiTools.Web.Entry/Startup.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ApiTools.Web.Entry/Startup.cs b/ApiTools.Web.Entry/Startup.cs
index 8ab551e..0a4ec9c 100644
--- a/ApiTools.Web.Entry/Startup.cs
+++ b/ApiTools.Web.Entry/Startup.cs
@@ -39,6 +39,7 @@
             services.AddComponent<EventBusServiceComponent>();
 
             services.AddComponent<DistributedCacheServiceComponent>();
+            services.AddComponent<DistributedLockServiceComponent>();
 
             services.AddHttpRemote(); 
             services.AddSingleton<AlipayUtils>();
@@ -59,7 +60,7 @@
             {
                 options.BuildSqlType = SqlTypes.SqlServer;
                 options.JobDetail.LogEnabled = true;
-                //options.AddPersistence<DbJobPersistence>();
+                options.AddPersistence<DbJobPersistence>();
             });
 
             services.AddSpecificationDocuments(options =>

--
Gitblit v1.9.1