Browse Source

modify_补货相关

zhangjie 2 years ago
parent
commit
3bf828bdb4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      web-clis/src/main/resources/config/lis/applicationContext.xml

+ 0 - 2
web-clis/src/main/resources/config/lis/applicationContext.xml

@@ -42,13 +42,11 @@
 		<task:scheduled ref="BsCarriertrackingStatusFeedbackSubscriberBean" method="receive" cron="0 0/10 8-20 * * ?" />
 		<task:scheduled ref="DailyCleanLocationContainerSubscriberBean" method="receive" cron="0 0 2 * * ?" />
 
-		<task:scheduled ref="CheckReplenishmentPublisher" method="sendMsg" cron="0 50 23 * * ?" />
 	</task:scheduled-tasks>
 	<bean id="BsOmsPickInboundFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsOmsPickInboundFeedbackSubscriber"/>
 	<bean id="BsOmsDeliveryOutboundFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsOmsDeliveryOutboundFeedbackSubscriber"/>
 	<bean id="BsCarriertrackingStatusFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsCarriertrackingStatusFeedbackSubscriber"/>
 	<bean id="DailyCleanLocationContainerSubscriberBean" class="com.behosoft.lis.common.subscriber.DailyCleanLocationContainerSubscriber"/>
-	<bean id="CheckReplenishmentPublisher" class="com.behosoft.lis.wms.replenishmentDetail.hornetq.CheckReplenishmentPublisher"/>
 
 	<!--
         <context:component-scan base-package="com.behosoft.lis"