Commit 77bd13a8 by manxiaoqiang

显示

parent 70365cc9
...@@ -79,7 +79,7 @@ public class AccountTask { ...@@ -79,7 +79,7 @@ public class AccountTask {
account4Web.setIoStatus(false); account4Web.setIoStatus(false);
account4Web.setStatus("流量用尽"); account4Web.setStatus("流量用尽");
} }
}else if(account4Web.getIo().doubleValue() != 0){ }else {
account4Web.setIoStatus(true); account4Web.setIoStatus(true);
} }
if((account4Web.getTrack().doubleValue() != 0) && (null != account4Web.getTrackLimit())){ if((account4Web.getTrack().doubleValue() != 0) && (null != account4Web.getTrackLimit())){
......
...@@ -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 50 7 * * ?"/> <task:scheduled ref="tkioAccountTask" method="task" cron="0 5 8 * * ?"/>
</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