|
@@ -530,6 +530,7 @@ public class SampleXxlJob {
|
|
|
startDate = startDateTime.getTime();
|
|
|
|
|
|
Date afterDate = new Date(startDate + 5*60*1000);//5分钟后的时间
|
|
|
+
|
|
|
//Log.Logger("time.txt",sdf.format(afterDate));
|
|
|
byId.setLastDealTime(afterDate);*/
|
|
|
startDate = new Date().getTime();
|