Commit 071287b4863c3d6680811d03f54ee2606a06fef8
1 parent
9a23121732
Exists in
master
and in
6 other branches
产后复查
Showing 1 changed file with 19 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
071287b
| ... | ... | @@ -125,6 +125,25 @@ | 
| 125 | 125 | |
| 126 | 126 | postReviewModel.setPid(patients.getPid()); | 
| 127 | 127 | |
| 128 | + postReviewModel.setProvinceId(patients.getProvinceRegisterId()); | |
| 129 | + postReviewModel.setCityId(patients.getCityRegisterId()); | |
| 130 | + postReviewModel.setAreaId(patients.getAreaRegisterId()); | |
| 131 | + postReviewModel.setStreetId(patients.getStreetRegisterId()); | |
| 132 | + postReviewModel.setAddress(patients.getAddressRegister()); | |
| 133 | + | |
| 134 | + postReviewModel.setProvincePostRestId(patients.getProvincePostRestId()); | |
| 135 | + postReviewModel.setCityPostRestId(patients.getCityPostRestId()); | |
| 136 | + postReviewModel.setAreaPostRestId(patients.getAreaPostRestId()); | |
| 137 | + postReviewModel.setStreetPostRestId(patients.getStreetPostRestId()); | |
| 138 | + postReviewModel.setAddressPostRest(patients.getAddressPostRest()); | |
| 139 | + | |
| 140 | + | |
| 141 | + postReviewModel.setProvinceRegisterId(patients.getProvinceId()); | |
| 142 | + postReviewModel.setCityRegisterId(patients.getCityId()); | |
| 143 | + postReviewModel.setAreaRegisterId(patients.getAreaId()); | |
| 144 | + postReviewModel.setStreetRegisterId(patients.getStreetId()); | |
| 145 | + postReviewModel.setAddressRegister(patients.getAddress()); | |
| 146 | + | |
| 128 | 147 | postReviewService.addPostReview(postReviewModel); | 
| 129 | 148 | |
| 130 | 149 |