Commit f5c89b42b9ce5a71cbae120c213215ff19e3b481
1 parent
ff98924bed
Exists in
master
and in
8 other branches
修改转诊
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
f5c89b4
... | ... | @@ -248,7 +248,7 @@ |
248 | 248 | else if (patients.getType() == 3) { |
249 | 249 | sieveListResult.setcDueWeek("已分娩"); |
250 | 250 | } |
251 | - sieveListResult.setAge(DateUtil.getAge(patients.getBirth())+""); | |
251 | + sieveListResult.setAge(DateUtil.getAge(patients.getBirth())+"岁"); | |
252 | 252 | } |
253 | 253 | data.add(sieveListResult); |
254 | 254 | } |