Commit 364bc0f9 authored by 徐州's avatar 徐州

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

parent dc354364
...@@ -406,6 +406,7 @@ ...@@ -406,6 +406,7 @@
<!--&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>
...@@ -416,7 +417,7 @@ ...@@ -416,7 +417,7 @@
<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 0 11 * * ? "/> <property name="cronExpression" value="0 30 11 * * ? "/>
</bean> </bean>
<bean id="checkDutyStaff" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"> <bean id="checkDutyStaff" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
...@@ -429,6 +430,7 @@ ...@@ -429,6 +430,7 @@
<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