Commit 043add5c75608122c6542264e092e73da22b5f74
1 parent
7a46ec99e7
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/controller/HearingDiagnoseController.java
View file @
043add5
| ... | ... | @@ -82,7 +82,7 @@ |
| 82 | 82 | for (BabyPatientExtendEarHearingDiagnose hd : behdList) { |
| 83 | 83 | Map<String, String> fuMap = new HashMap<>(); |
| 84 | 84 | fuMap.put("id", hd.getId()); |
| 85 | - fuMap.put("followTime", DateUtil.getyyyy_MM_dd(hd.getDiagnoseTime())); | |
| 85 | + fuMap.put("hdTime", DateUtil.getyyyy_MM_dd(hd.getDiagnoseTime())); | |
| 86 | 86 | list.add(fuMap); |
| 87 | 87 | } |
| 88 | 88 | BaseResponse result = new BaseResponse(); |