刘韬 3 سال پیش
والد
کامیت
04bd58e05a
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      DataFusion/src/com/zskk/task/UpdateTask.java

+ 1 - 3
DataFusion/src/com/zskk/task/UpdateTask.java

@@ -81,9 +81,7 @@ public class UpdateTask implements ITask {
 	    Date dateBefore = new Date(dateBeforeLong);
 	    String timeStringBefore = sdf.format(dateBefore);
 	    String timeString = sdf.format(date);
-        return "2021-09-01 16:00:00" + "," + "2021-09-30 16:30:00";
-
-//        return timeStringBefore + "," + timeString;
+        return timeStringBefore + "," + timeString;
 	}
 
 }