Преглед на файлове

modify_还原改系统参数配置为不反馈

zhangjie преди 4 месеца
родител
ревизия
be49b1d750
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      web-clis/src/main/resources/config/lis/applicationContext.xml

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

@@ -35,7 +35,7 @@
 
 	<task:scheduled-tasks>
 		<!--百胜采购入库反馈-->
-		<!--<task:scheduled ref="BsOmsPickInboundFeedbackSubscriberBean" method="receive" cron="0 0/10 1-10 * * ?" />-->
+		<task:scheduled ref="BsOmsPickInboundFeedbackSubscriberBean" method="receive" cron="0 0/10 1-10 * * ?" />
 		<!--百胜 销售出库反馈-->
 		<task:scheduled ref="BsOmsDeliveryOutboundFeedbackSubscriberBean" method="receive" cron="0 0/5 1-23 * * ?" />
 		<!--百胜快递状态反馈-->
@@ -43,7 +43,7 @@
 		<task:scheduled ref="DailyCleanLocationContainerSubscriberBean" method="receive" cron="0 0 2 * * ?" />
 
 	</task:scheduled-tasks>
-	<!--<bean id="BsOmsPickInboundFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsOmsPickInboundFeedbackSubscriber"/>-->
+	<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"/>