Commit 70141c41514550341c820e4310652a73cd445e35
1 parent
4430931ff4
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/service/impl/NewbornServiceImpl.java
View file @
70141c4
| ... | ... | @@ -281,7 +281,7 @@ |
| 281 | 281 | restMap.put("doctor", mapper.getUserName(newbornVisit.getDoctor())); /** 访视医生 */ |
| 282 | 282 | restMap.put("checkTime", DateUtil.getYyyyMmDd(newbornVisit.getCheckTime())); /** 访视时间 */ |
| 283 | 283 | restMap.put("visitLocation", newbornVisit.getVisitLocation()); /** 访视地点 */ |
| 284 | - restMap.put("nextVisitTime", DateUtil.getYyyyMmDd(newbornVisit.getNextVisitTime())); /** 预约下次访视时间 */ | |
| 284 | + restMap.put("nextVisitTime", newbornVisit.getNextVisitTime()); /** 预约下次访视时间 */ | |
| 285 | 285 | /** 问诊 */ |
| 286 | 286 | restMap.put("feedType", FeedTypeEnums.getName(newbornVisit.getFeedType())); /** 喂养方式 */ |
| 287 | 287 | restMap.put("feedNumber", newbornVisit.getFeedNumber()); /** 喂奶量 */ |