Commit 1f7bd4fe5402bc9f8e0791f84c14b39f8f719287

Authored by liquanyu
1 parent 5bc71dbc93

code update

Showing 1 changed file with 1 additions and 0 deletions

platform-common/src/main/java/com/lyms/platform/common/utils/DateUtil.java View file @ 1f7bd4f
... ... @@ -749,6 +749,7 @@
749 749 Date startDate = DateUtil.getNewDate(-end-1,"周",1+1);
750 750 Date endDate = DateUtil.getNewDate(-start,"周",0+1);
751 751  
  752 +
752 753 // Date startDate = DateUtil.getNewDate(-end,"天",1);
753 754 // Date endDate = DateUtil.getNewDate(-start,"天",1);
754 755