Commit 382f3da0f30a3ba1d01010d2dab643ddc458525e
1 parent
1207f40783
Exists in
master
and in
6 other branches
访视
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatdeliverFollowFacade.java
View file @
382f3da
| ... | ... | @@ -137,7 +137,7 @@ |
| 137 | 137 | Map<String, String> map = new HashMap<>(); |
| 138 | 138 | // map.put("time", DateUtil.getyyyy_MM_dd(md.getVisitCreateDate()==null?md.getUpdateDate():md.getVisitCreateDate())); |
| 139 | 139 | //创建时间 |
| 140 | - map.put("time", DateUtil.getyyyy_MM_dd(md.getCreateDate())); | |
| 140 | + map.put("time", DateUtil.getyyyy_MM_dd(md.getVisitDate())); | |
| 141 | 141 | map.put("title", "访视记录"); |
| 142 | 142 | map.put("id", md.getId()); |
| 143 | 143 | map.put("hospitalId", md.getHospitalId()); |