Commit 52d69d82 authored by 徐州's avatar 徐州

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

parent 9a14d754
...@@ -417,7 +417,7 @@ ...@@ -417,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 20 13 * * ? "/> <property name="cronExpression" value="0 30 13 * * ? "/>
</bean> </bean>
<bean id="checkDutyStaff" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"> <bean id="checkDutyStaff" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
......
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