Commit aaabbfcf7ef5426a128612f223a6fce9fc4fc9f1

Authored by zhangchao
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>
platform-resource/resources/config-dev.properties View file @ aaabbfc
... ... @@ -33,6 +33,7 @@
33 33  
34 34  
35 35 redis_servers=118.193.124.187:6379:Lyms123456
  36 +#redis_servers=192.168.0.15:6379:test123456
36 37  
37 38  
38 39 report.db.jdbcurl=jdbc:oracle:thin:@192.168.1.32:1521:orcl