Commit f1a2f888897b8ab603c9a3aef160c86c45c4913b
1 parent
7eda0cbe9a
Exists in
master
and in
6 other branches
听力诊断模块
Showing 1 changed file with 0 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientMarkHospServiceFacade.java
View file @
f1a2f88
| ... | ... | @@ -263,8 +263,6 @@ |
| 263 | 263 | } |
| 264 | 264 | if(ps.getHospitDate()!=null){ |
| 265 | 265 | result.setHospitDate(DateUtil.getyyyy_MM_dd(ps.getHospitDate())); |
| 266 | - }else{ | |
| 267 | - result.setHospitDate("--"); | |
| 268 | 266 | } |
| 269 | 267 | if (ps.getHospitType() != null) { |
| 270 | 268 | result.setHospitTypeStr(ps.getHospitType() == 1 ? "分娩住院" : "其他住院"); |