Commit 09b3735c92f443317be384ed20c0ef507075cfb8

Authored by liquanyu
1 parent ffc4240217

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml View file @ 09b3735
... ... @@ -84,7 +84,7 @@
84 84 <!-- 配置一个触发器 -->
85 85 <bean id="qhdFmTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean">
86 86 <property name="jobDetail" ref="qhdFmTimerWork"></property>
87   - <property name="cronExpression" value="0 0 */1 * * ?"></property>
  87 + <property name="cronExpression" value="0 */5 * * * ?"></property>
88 88 </bean>
89 89  
90 90