Commit 173b38538cea33103579211783f57f037aeca455

Authored by liquanyu
1 parent 858f80fa74

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml View file @ 173b385
... ... @@ -84,7 +84,7 @@
84 84 <!-- 配置一个触发器 0 0 0/1 * * ?-->
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/5 * * * ?"></property>
  87 + <property name="cronExpression" value="0 0 0/1 * * ?"></property>
88 88 </bean>
89 89  
90 90