Commit d349a502d7fd08cf02d593ab4d0f22ddcfd555f5
1 parent
4fd45372f5
Exists in
master
and in
6 other branches
服务
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
d349a50
| ... | ... | @@ -327,7 +327,7 @@ |
| 327 | 327 | |
| 328 | 328 | <bean id="patientSerivceEndJobTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean"> |
| 329 | 329 | <property name="jobDetail" ref="patientSerivceEndJob"/> |
| 330 | - <property name="cronExpression" value="0 0/2 * * * ?"/> | |
| 330 | + <property name="cronExpression" value="0 0/5 * * * ?"/> | |
| 331 | 331 | </bean> |
| 332 | 332 | |
| 333 | 333 |