Commit 78a08e39e467abaa239cc4ec0a186a6844f02dc3
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
78a08e3
... | ... | @@ -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 |