1
zj
2025-06-18 69d7ae376a58c399c97ee42e5ff7a13860cb2b7e
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" />