Commit a9241da18189af90d174da0a82a1d5e6f4b9c6e6
1 parent
f62fd3ed65
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
a9241da
| ... | ... | @@ -223,6 +223,7 @@ |
| 223 | 223 | referralApplyOrderQuery.setParentId(request.getBuildId()); |
| 224 | 224 | String hospital =babyModelList.get(0).getHospitalId(); |
| 225 | 225 | referralApplyOrderQuery.setHospitalId(hospital); |
| 226 | + referralApplyOrderQuery.setStatus(1); | |
| 226 | 227 | List<ReferralApplyOrderModel> orderModelList = applyOrderService.queryReferralApplyOrderWithQuery(referralApplyOrderQuery); |
| 227 | 228 | if (CollectionUtils.isNotEmpty(orderModelList)) { |
| 228 | 229 | String outHospitalId = orderModelList.get(0).getOutHospitalId(); |
| ... | ... | @@ -230,7 +231,7 @@ |
| 230 | 231 | referralApplyOrderQuery1.setOutHospitalId(outHospitalId); |
| 231 | 232 | referralApplyOrderQuery1.setTransferredHospital(hospital); |
| 232 | 233 | referralApplyOrderQuery1.setPid(babyModelList.get(0).getPid()); |
| 233 | - | |
| 234 | + referralApplyOrderQuery1.setStatus(1); | |
| 234 | 235 | ReferralApplyOrderModel model1 = new ReferralApplyOrderModel(); |
| 235 | 236 | //设置接收时间 |
| 236 | 237 | model1.setReceived(new Date()); |