From fc68aa452e2fd56441128d1d5a4b32f254c6191d Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Sun, 05 Oct 2025 00:45:32 +0800
Subject: [PATCH] 修改地址

---
 src/main/resources/spring/applicationContext-recharge_blockchain_admin.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/spring/applicationContext-recharge_blockchain_admin.xml b/src/main/resources/spring/applicationContext-recharge_blockchain_admin.xml
index 4f761c5..9a6c8ff 100644
--- a/src/main/resources/spring/applicationContext-recharge_blockchain_admin.xml
+++ b/src/main/resources/spring/applicationContext-recharge_blockchain_admin.xml
@@ -18,9 +18,10 @@
 		<property name="partyService" ref="partyService" />
 		<property name="sysparaService" ref="sysparaService" />
 		<property name="channelBlockchainService" ref="channelBlockchainService" />
-		<property name="tipService" ref="tipService" />		
+		<property name="tipService" ref="tipService" />
+		<property name="redisHandler" ref="redisHandler" />
 	</bean>
-	
+
 	<bean id="channelBlockchainService" class="project.blockchain.internal.ChannelBlockchainServiceImpl">
 		<property name="jdbcTemplate" ref="jdbcTemplate" />
 		<property name="logService" ref="logService" />

--
Gitblit v1.9.3