|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
<task:scheduled-tasks>
|
|
<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 * * ?" />
|
|
<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 ref="DailyCleanLocationContainerSubscriberBean" method="receive" cron="0 0 2 * * ?" />
|
|
|
|
|
|
</task:scheduled-tasks>
|
|
</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="BsOmsDeliveryOutboundFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsOmsDeliveryOutboundFeedbackSubscriber"/>
|
|
<bean id="BsCarriertrackingStatusFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsCarriertrackingStatusFeedbackSubscriber"/>
|
|
<bean id="BsCarriertrackingStatusFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsCarriertrackingStatusFeedbackSubscriber"/>
|
|
<bean id="DailyCleanLocationContainerSubscriberBean" class="com.behosoft.lis.common.subscriber.DailyCleanLocationContainerSubscriber"/>
|
|
<bean id="DailyCleanLocationContainerSubscriberBean" class="com.behosoft.lis.common.subscriber.DailyCleanLocationContainerSubscriber"/>
|