Commit 8512c6ee39315b6101d4980b995fc07520faff4b
1 parent
2a471292a9
Exists in
master
and in
8 other branches
1
Showing 1 changed file with 11 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexListResult.java
View file @
8512c6e
... | ... | @@ -40,6 +40,7 @@ |
40 | 40 | private String lastMenses; |
41 | 41 | //建档时间 |
42 | 42 | private String buildTime; |
43 | + private String birth; | |
43 | 44 | |
44 | 45 | private String cardNo; |
45 | 46 | private String vcCardNo; |
... | ... | @@ -47,6 +48,14 @@ |
47 | 48 | //<!---------基本信息-----------> |
48 | 49 | |
49 | 50 | |
51 | + public String getBirth() { | |
52 | + return birth; | |
53 | + } | |
54 | + | |
55 | + public void setBirth(String birth) { | |
56 | + this.birth = birth; | |
57 | + } | |
58 | + | |
50 | 59 | public String getBuildTime() { |
51 | 60 | return buildTime; |
52 | 61 | } |
53 | 62 | |
... | ... | @@ -160,7 +169,9 @@ |
160 | 169 | try { |
161 | 170 | if(null!=patients.getBirth()){ |
162 | 171 | setAge(DateUtil.getAge(patients.getBirth())); |
172 | + setBirth(DateUtil.getyyyy_MM_dd(patients.getBirth())); | |
163 | 173 | } |
174 | + | |
164 | 175 | }catch (Exception e){ |
165 | 176 | } |
166 | 177 | if(null!=patients.getDueDate()){ |