Commit ae9a3d2b9cca224fc8fd27cefedf780dfb7329ba
Exists in
luanping
and in
1 other branch
Merge branch 'dev' of https://git.healthbaby.com.cn/jiangjiazhi/regional-platform into dev
# Conflicts: # platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
Showing 1 changed file
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
ae9a3d2
... | ... | @@ -651,7 +651,7 @@ |
651 | 651 | <!-- 配置一个触发器 0 0 19 * * ?--> |
652 | 652 | <bean id="coursesTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean"> |
653 | 653 | <property name="jobDetail" ref="coursesWork"></property> |
654 | - <property name="cronExpression" value="0 5 15 * * ?"></property> | |
654 | + <property name="cronExpression" value="0 0 19 * * ?"></property> | |
655 | 655 | </bean> |
656 | 656 | |
657 | 657 | |
... | ... | @@ -667,7 +667,7 @@ |
667 | 667 | |
668 | 668 | <bean id="patientServiceSyncJobTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean"> |
669 | 669 | <property name="jobDetail" ref="patientServiceSyncJob"/> |
670 | - <property name="cronExpression" value="0 0 18 * * ?"/> | |
670 | + <property name="cronExpression" value="0 40 14 * * ?"/> | |
671 | 671 | </bean> |
672 | 672 | |
673 | 673 |