Commit 2141f61cae75c9a667f75b911f76534aef6cc71c
1 parent
ef544f89f6
Exists in
master
and in
7 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
2141f61
| ... | ... | @@ -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 */5 * * * ?"></property> | |
| 87 | + <property name="cronExpression" value="0 0/5 * * * ?"></property> | |
| 88 | 88 | </bean> |
| 89 | 89 | |
| 90 | 90 |