Commit 59c032ab by songweifeng

修改流量定时任务时间

parent 270462d7
......@@ -12,6 +12,6 @@
<bean id="autoCalculateFlow" class="com.reyun.task.AutoCalculateFlow"></bean>
<task:scheduled-tasks>
<task:scheduled ref="autoCalculateFlow" method="run" cron="0 */6 * * * ?"/>
<task:scheduled ref="autoCalculateFlow" method="run" cron="0 0 7 * * ?"/>
</task:scheduled-tasks>
</beans>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment