Commit c3ed464afdc268ec2800594af337e8c9b15adc2b
1 parent
7cc5ab7027
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/result/AntexListResult.java
View file @
c3ed464
... | ... | @@ -134,7 +134,7 @@ |
134 | 134 | int day = (days%7); |
135 | 135 | this.dueWeek="孕"+week+"周" +(day>0?"+"+day+"天":""); |
136 | 136 | if(null!=patients.getLastMenses()){ |
137 | - setLastMenses(DateUtil.getYmd(patients.getLastMenses())); | |
137 | + setLastMenses(DateUtil.getyyyy_MM_dd(patients.getLastMenses())); | |
138 | 138 | } |
139 | 139 | List<AntData> dataList = new ArrayList<>(); |
140 | 140 | if(null!=antExChuModel){ |