Commit 30d6ba5a386bfc78a7ec103f62b22c96ecf66161
1 parent
fade079a28
Exists in
master
and in
8 other branches
code update
Showing 2 changed files with 2 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/utils/DateUtil.java
View file @
30d6ba5
... | ... | @@ -759,7 +759,7 @@ |
759 | 759 | // Date startDate = getRangeDate(parseYMD("2016-09-07"),2,"周",-1); |
760 | 760 | // System.out.println(getyyyy_MM_dd(startDate)); |
761 | 761 | |
762 | - int a = daysBetween(parseYMD("2016-08-30"),new Date()); | |
762 | + int a = daysBetween(parseYMD("2013-09-13"),new Date())/7; | |
763 | 763 | System.out.println(a); |
764 | 764 | } catch (Exception e) |
765 | 765 | { |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
30d6ba5