Commit f06b1544 by caosy

删除发短信球场

parent 0b1e2d58
Showing with 15 additions and 0 deletions
......@@ -194,4 +194,19 @@
<property name="orderProcessLogDao" ref="orderProcessLogDao"></property>
<property name="eventCustomerInfoService" ref="eventCustomerInfoService"></property>
</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