Commit 9a7a1934 by manxiaoqiang

2

parent 74bdf546
...@@ -1338,13 +1338,6 @@ ...@@ -1338,13 +1338,6 @@
<workItem from="1523843445576" duration="7238000" /> <workItem from="1523843445576" duration="7238000" />
<workItem from="1523876594256" duration="75800000" /> <workItem from="1523876594256" duration="75800000" />
</task> </task>
<task id="LOCAL-00065" summary="app排序">
<created>1517309635908</created>
<option name="number" value="00065" />
<option name="presentableId" value="LOCAL-00065" />
<option name="project" value="LOCAL" />
<updated>1517309635908</updated>
</task>
<task id="LOCAL-00066" summary="app排序"> <task id="LOCAL-00066" summary="app排序">
<created>1517365959136</created> <created>1517365959136</created>
<option name="number" value="00066" /> <option name="number" value="00066" />
...@@ -1681,11 +1674,18 @@ ...@@ -1681,11 +1674,18 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1524560314468</updated> <updated>1524560314468</updated>
</task> </task>
<option name="localTasksCounter" value="114" /> <task id="LOCAL-00114" summary="2&#10;">
<created>1524560387764</created>
<option name="number" value="00114" />
<option name="presentableId" value="LOCAL-00114" />
<option name="project" value="LOCAL" />
<updated>1524560387764</updated>
</task>
<option name="localTasksCounter" value="115" />
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="474721000" /> <option name="totallyTimeSpent" value="474741000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="-8" y="-8" width="1382" height="744" extended-state="6" /> <frame x="-8" y="-8" width="1382" height="744" extended-state="6" />
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<bean id="tkioAccountTask" class="tkio.task.AccountTask"></bean> <bean id="tkioAccountTask" class="tkio.task.AccountTask"></bean>
<task:scheduled-tasks> <task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)--> <!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled ref="tkioAccountTask" method="task" cron="0 5 17 * * ?"/> <task:scheduled ref="tkioAccountTask" method="task" cron="0 6 17 * * ?"/>
</task:scheduled-tasks> </task:scheduled-tasks>
<bean id="tkioNoticeTask" class="tkio.task.NoticeTask"></bean> <bean id="tkioNoticeTask" class="tkio.task.NoticeTask"></bean>
......
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