Commit 015c1e13 authored by yanzg's avatar yanzg

修改地址

parent d4266509
...@@ -113,7 +113,7 @@ public class PlanInfo<T> { ...@@ -113,7 +113,7 @@ public class PlanInfo<T> {
*/ */
public int getNextDayHourMillSecond(int day, double hour) { public int getNextDayHourMillSecond(int day, double hour) {
if (this.getTime() == 0) { if (this.getTime() == 0) {
return 0; return 60;
} }
// 上次执行时间 // 上次执行时间
Date prevTime = new Date(this.getTime()); Date prevTime = new Date(this.getTime());
......
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