Commit 088d94e8 by caosy

注入

parent f06b1544
Showing with 0 additions and 13 deletions
......@@ -196,17 +196,4 @@
</bean>
<bean name="abstractNotifyService" class ="com.ctrip.fun.golf.service.payment.AbstractNotifyService">
<property name="charset" value="utf-8"></property>
<property name="orderProcessLogDao" ref="orderProcessLogDao"></property>
<property name="orderDao" ref="orderDao"></property>
<property name="voucherService" ref="voucherService"></property>
<property name="userService" ref="userService"></property>
<property name="voucherDao" ref="voucherDao"></property>
<property name="userExtDao" ref="userExtDao"></property>
<property name="paymentService" ref="paymentService"></property>
<property name="invoiceinfoDao" ref="invoiceinfoDao"></property>
<property name="userMemberIntegralLogDao" ref="userMemberIntegralLogDao"></property>
<property name="insuranceProcessService" ref="insuranceProcessService"></property>
</bean>
</beans>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment