Commit dc354364 authored by 徐州's avatar 徐州

开启测试环境排班定时任务

parent 9142e6ac
...@@ -406,29 +406,29 @@ ...@@ -406,29 +406,29 @@
<!--&lt;!&ndash;同步crm报名轨迹数据定时结束&ndash;&gt;--> <!--&lt;!&ndash;同步crm报名轨迹数据定时结束&ndash;&gt;-->
<!--<bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean">--> <bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean">
<!--<property name="triggers">--> <property name="triggers">
<!--<list>--> <list>
<!--<ref bean="dutyStaff"/>--> <ref bean="dutyStaff"/>
<!--</list>--> </list>
<!--</property>--> </property>
<!--</bean>--> </bean>
<!--<bean id="dutyStaff" class="org.springframework.scheduling.quartz.CronTriggerBean">--> <bean id="dutyStaff" class="org.springframework.scheduling.quartz.CronTriggerBean">
<!--<property name="jobDetail" ref="checkDutyStaff"/>--> <property name="jobDetail" ref="checkDutyStaff"/>
<!--<property name="cronExpression" value="0 1 0 * * ? "/>--> <property name="cronExpression" value="0 0 11 * * ? "/>
<!--</bean>--> </bean>
<!--<bean id="checkDutyStaff" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">--> <bean id="checkDutyStaff" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
<!--&lt;!&ndash;调用的类&ndash;&gt;--> <!--调用的类-->
<!--<property name="targetObject">--> <property name="targetObject">
<!--<ref bean="staffDuty"/>--> <ref bean="staffDuty"/>
<!--</property>--> </property>
<!--&lt;!&ndash;调用类中的方法&ndash;&gt;--> <!--调用类中的方法-->
<!--<property name="targetMethod">--> <property name="targetMethod">
<!--<value>updateDutyStaff</value>--> <value>updateDutyStaff</value>
<!--</property>--> </property>
<!--</bean>--> </bean>
<!--&lt;!&ndash; N天无回访入公海begin &ndash;&gt;--> <!--&lt;!&ndash; N天无回访入公海begin &ndash;&gt;-->
<!--<bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean">--> <!--<bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean">-->
......
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 to comment