Commit aaabbfcf7ef5426a128612f223a6fce9fc4fc9f1
1 parent
190f3ae331
Exists in
dev
#fix:还原环境
Showing 2 changed files with 3 additions and 1 deletions
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
aaabbfc
... | ... | @@ -523,6 +523,7 @@ |
523 | 523 | </bean> |
524 | 524 | |
525 | 525 | |
526 | + | |
526 | 527 | <bean id="autoGetSieveJob" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"> |
527 | 528 | <!-- 要调用的bean --> |
528 | 529 | <property name="targetObject" ref="applyOrderFacade"/> |
... | ... | @@ -704,7 +705,7 @@ |
704 | 705 | <property name="cronExpression" value="0 0 9 * * ?"></property> |
705 | 706 | </bean> |
706 | 707 | |
707 | - <!--凌晨0点37点发送建档短信提醒 --> | |
708 | + <!--发送建档短信提醒 --> | |
708 | 709 | <bean id="bookbuildingSyncMsgWork" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"> |
709 | 710 | <!-- 要调用的bean --> |
710 | 711 | <property name="targetObject" ref="bookbuildingFacade"></property> |