Commit 472780c49407484374bfbec369f8c7d73f96a131
1 parent
e395b9c84f
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 4 additions and 4 deletions
platform-dal/src/main/java/com/lyms/platform/query/BabyBuildClassifyQuery.java
View file @
472780c
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
472780c
... | ... | @@ -197,8 +197,8 @@ |
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> | |
201 | -<!-- <property name="cronExpression" value="*/5 * * * * ?"></property><!–测试用每5秒执行–>--> | |
200 | +<!-- <property name="cronExpression" value="0 0 0 * * ?"></property>--> | |
201 | + <property name="cronExpression" value="*/5 * * * * ?"></property><!--测试用每5秒执行--> | |
202 | 202 | </bean> |
203 | 203 | |
204 | 204 | <!-- 配置一个触发器 --> |