Commit 721e92aaa3b187cefaee1b5940146a2d3da67a54
1 parent
bfd234a810
Exists in
master
and in
6 other branches
增加字段
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntData.java
View file @
721e92a
| ... | ... | @@ -144,7 +144,7 @@ |
| 144 | 144 | this.checkTime=DateUtil.getyyyy_MM_dd(postReviewModel.getCheckTime()); |
| 145 | 145 | this.created=postReviewModel.getCheckTime(); |
| 146 | 146 | this.title="产后复查"; |
| 147 | - this.type="6"; | |
| 147 | + this.type="7"; | |
| 148 | 148 | this.hospitalName=hospitalName; |
| 149 | 149 | this.hospitalId=postReviewModel.getHospitalId(); |
| 150 | 150 | } |
| ... | ... | @@ -156,7 +156,7 @@ |
| 156 | 156 | this.checkTime=DateUtil.getyyyy_MM_dd(postReviewModel.getLeaveHospitalDate()); |
| 157 | 157 | this.created=postReviewModel.getLeaveHospitalDate(); |
| 158 | 158 | this.title="出院小结"; |
| 159 | - this.type="5"; | |
| 159 | + this.type="6"; | |
| 160 | 160 | this.hospitalName=hospitalName; |
| 161 | 161 | this.hospitalId=postReviewModel.getHospitalId(); |
| 162 | 162 | } |
| ... | ... | @@ -168,7 +168,7 @@ |
| 168 | 168 | this.checkTime=DateUtil.getyyyy_MM_dd(postReviewModel.getStopDate()); |
| 169 | 169 | this.created=postReviewModel.getStopDate(); |
| 170 | 170 | this.title="终止妊娠"; |
| 171 | - this.type="7"; | |
| 171 | + this.type="5"; | |
| 172 | 172 | this.hospitalName=hospitalName; |
| 173 | 173 | this.hospitalId=postReviewModel.getHospitalId(); |
| 174 | 174 | } |