Commit 27a79842c60710033a7408ef658b3571930167ec
1 parent
21ac3112
update..
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/controller/realcontrol/ScheduleRealInfoController.java
| @@ -553,7 +553,7 @@ public class ScheduleRealInfoController extends BaseController<ScheduleRealInfo, | @@ -553,7 +553,7 @@ public class ScheduleRealInfoController extends BaseController<ScheduleRealInfo, | ||
| 553 | 553 | ||
| 554 | long t = System.currentTimeMillis(); | 554 | long t = System.currentTimeMillis(); |
| 555 | if(c != 1) | 555 | if(c != 1) |
| 556 | - t -= (ONE_DAY + (1000 * 60 * 60 * 2)); | 556 | + t -= (ONE_DAY + (1000 * 60 * 60 * 6)); |
| 557 | for(int i = 0; i < 3; i ++){ | 557 | for(int i = 0; i < 3; i ++){ |
| 558 | rs.add(fmtyyyyMMdd.print(t)); | 558 | rs.add(fmtyyyyMMdd.print(t)); |
| 559 | t -= ONE_DAY; | 559 | t -= ONE_DAY; |