Commit 51c4f058b43a9bc32cdfa0e8ffbab0fd39d83c7f
1 parent
32772cafd7
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MicroelementFacade.java
View file @
51c4f05
... | ... | @@ -135,7 +135,7 @@ |
135 | 135 | data.put("cardNo",patients.getCardNo()); |
136 | 136 | data.put("microelements", model.getMicroelements()); |
137 | 137 | data.put("age", DateUtil.getAge(patients.getBirth(), model.getCreated())); |
138 | - data.put("week", DateUtil.getWeekDesc(patients.getLastMenses(), model.getCreated())); | |
138 | + data.put("week", DateUtil.getWeekDesc(patients.getLastMenses(), new Date())); | |
139 | 139 | data.put("created", DateUtil.getyyyy_MM_dd(model.getCreated())); |
140 | 140 | dataList.add(data); |
141 | 141 |