Commit f7ecf50fb20c94231dffbfed00c91a1b242502f9
1 parent
8e700854c5
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
f7ecf50
... | ... | @@ -197,7 +197,7 @@ |
197 | 197 | <!-- 配置一个触发器 每天0点执行 --> |
198 | 198 | <bean id="babyBuildClassifyTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean"> |
199 | 199 | <property name="jobDetail" ref="babyBuildClassifyTimerWork"></property> |
200 | - <property name="cronExpression" value="0 0 0 * * ?"></property> | |
200 | + <property name="cronExpression" value="0 0 3 * * ?"></property> | |
201 | 201 | <!-- <property name="cronExpression" value="*/5 * * * * ?"></property><!–测试用每5秒执行–>--> |
202 | 202 | </bean> |
203 | 203 |