zj
2024-08-02 815342ea90c689561adeecca3230b5b5f8ddc2b7
src/main/resources/spring/applicationContext-ctc_admin.xml
@@ -3,11 +3,26 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.springframework.org/schema/beans         
       http://www.springframework.org/schema/beans/spring-beans.xsd">         
   <bean id="c2cPaymentMethodService" class="project.c2c.internal.C2cPaymentMethodServiceImpl"/>
   <bean id="c2cUserService" class="project.c2c.internal.C2cUserServiceImpl"/>
   <bean id="c2cOrderService" class="project.c2c.internal.C2cOrderServiceImpl"/>
   <bean id="c2cAdvertService" class="project.c2c.internal.C2cAdvertServiceImpl"/>
   <bean id="c2cAppealService" class="project.c2c.internal.C2cAppealServiceImpl"/>
   <bean id="c2cPaymentMethodConfigService" class="project.c2c.internal.C2cPaymentMethodConfigServiceImpl"/>
   <bean id="otcOnlineChatMessageService" class="project.onlinechat.otc.internal.OtcOnlineChatMessageServiceImpl"/>
   <bean id="c2cTranslateService" class="project.c2c.internal.C2cTranslateServiceImpl"/>
   <bean id="c2cUserParamBaseSetService" class="project.c2c.internal.C2cUserParamBaseSetServiceImpl"/>
   <bean id="localUserService" class="project.user.internal.LocalUserServiceImpl"/>
   <bean id="loanOrderService" class="project.loan.internal.LoanOrderServiceImpl"/>
   <bean id="loanRelationOrderService" class="project.loan.internal.LoanRelationOrderServiceImpl"/>
   <bean id="onlineChatVisitorMessageService" class="project.onlinechat.internal.OnlineChatVisitorMessageServiceImpl"/>
   
   <bean id="adminC2cPaymentMethodConfigService" class="project.c2c.internal.AdminC2cPaymentMethodConfigServiceImpl">
      <property name="pagedDao" ref="pagedDao" />
   </bean>
   <bean id="adminC2cPaymentMethodService" class="project.c2c.internal.AdminC2cPaymentMethodServiceImpl">
      <property name="pagedDao" ref="pagedDao" />
      <property name="c2cPaymentMethodService" ref="c2cPaymentMethodService" />