Browse Source

modify_反馈时间调整

zhangjie 4 months ago
parent
commit
1918c9ab79
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web-clis/src/main/resources/config/lis/applicationContext.xml

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

@@ -35,9 +35,9 @@
 
 	<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-23 * * ?" />
 		<!--百胜 销售出库反馈-->
-		<task:scheduled ref="BsOmsDeliveryOutboundFeedbackSubscriberBean" method="receive" cron="0 0/5 12-23 * * ?" />
+		<task:scheduled ref="BsOmsDeliveryOutboundFeedbackSubscriberBean" method="receive" cron="0 0/5 1-23 * * ?" />
 		<!--百胜快递状态反馈-->
 		<task:scheduled ref="BsCarriertrackingStatusFeedbackSubscriberBean" method="receive" cron="0 0/10 12-23 * * ?" />
 		<task:scheduled ref="DailyCleanLocationContainerSubscriberBean" method="receive" cron="0 0 2 * * ?" />