Commit 416715bcc31fa9f79bb7c04456753c2f0b5c9f22
1 parent
34d82ec90e
Exists in
master
and in
6 other branches
时间注释
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/utils/DateUtil.java
View file @
416715b
... | ... | @@ -245,7 +245,7 @@ |
245 | 245 | } |
246 | 246 | |
247 | 247 | public static Integer getWeek(Date start, Date end) { |
248 | - System.out.println(start.toLocaleString() + " " + end.toLocaleString()); | |
248 | + //System.out.println(start.toLocaleString() + " " + end.toLocaleString()); | |
249 | 249 | if (start == null || end == null) { |
250 | 250 | return null; |
251 | 251 | } |