From 5d01429bd5bebe4250ee03056a03fabe55de32af Mon Sep 17 00:00:00 2001
From: songweifeng <songweifeng@reyun.com>
Date: Mon, 19 Mar 2018 10:58:31 +0800
Subject: [PATCH] ceshi

---
 src/main/resources/applicationContext-schedule.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/applicationContext-schedule.xml b/src/main/resources/applicationContext-schedule.xml
index a5344ed..d5317f9 100644
--- a/src/main/resources/applicationContext-schedule.xml
+++ b/src/main/resources/applicationContext-schedule.xml
@@ -9,9 +9,9 @@
 
     <description>调度配置</description>
 
-    <!--<bean id="autoCalculateFlow" class="com.reyun.task.AutoCalculateFlow"></bean>
+    <bean id="autoCalculateFlow" class="com.reyun.task.AutoCalculateFlow"></bean>
 
     <task:scheduled-tasks>
-        <task:scheduled ref="autoCalculateFlow" method="run" cron="0 */10 * * * ?"/>
-    </task:scheduled-tasks>-->
+        <task:scheduled ref="autoCalculateFlow" method="run" cron="0 */6 * * * ?"/>
+    </task:scheduled-tasks>
 </beans>
--
libgit2 0.27.1