Commit a136c693 authored by 徐州's avatar 徐州

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

parent 82d3db4f
...@@ -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 55 13 * * ? "/> <property name="cronExpression" value="50 * * * * ? "/>
</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