Commit 95387e86 by manxiaoqiang

显示

parent 93a12d1f
......@@ -1078,14 +1078,7 @@
<workItem from="1517361892578" duration="19237000" />
<workItem from="1517447750893" duration="11115000" />
<workItem from="1517533917524" duration="7763000" />
<workItem from="1517902340876" duration="5544000" />
</task>
<task id="LOCAL-00042" summary="定时任务">
<created>1515638642597</created>
<option name="number" value="00042" />
<option name="presentableId" value="LOCAL-00042" />
<option name="project" value="LOCAL" />
<updated>1515638642597</updated>
<workItem from="1517902340876" duration="6159000" />
</task>
<task id="LOCAL-00043" summary="定时任务 删除appinfo重复数据">
<created>1516002330191</created>
......@@ -1423,11 +1416,18 @@
<option name="project" value="LOCAL" />
<updated>1517906414924</updated>
</task>
<option name="localTasksCounter" value="91" />
<task id="LOCAL-00091" summary="显示">
<created>1517985721218</created>
<option name="number" value="00091" />
<option name="presentableId" value="LOCAL-00091" />
<option name="project" value="LOCAL" />
<updated>1517985721219</updated>
</task>
<option name="localTasksCounter" value="92" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="341469000" />
<option name="totallyTimeSpent" value="342084000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1382" height="744" extended-state="6" />
......
......@@ -12,7 +12,7 @@
<bean id="tkioAccountTask" class="tkio.task.AccountTask"></bean>
<task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled ref="tkioAccountTask" method="task" cron="0 43 6 * * ?"/>
<task:scheduled ref="tkioAccountTask" method="task" cron="0 13 7 * * ?"/>
</task:scheduled-tasks>
<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