Commit c72f0e2c6151760291071e6b19e8b11ee8b855e2

Authored by jiangjiazhi
1 parent 5d363d12fb

修改新电子病历

Showing 1 changed file with 2 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java View file @ c72f0e2
... ... @@ -92,8 +92,8 @@
92 92 }
93 93  
94 94  
95   - List<ReferralApplyOrderModel> list = applyOrderService.queryReferralApplyOrderWithQuery(referralApplyOrderQuery);
96   - if (CollectionUtils.isEmpty(list)) {
  95 + /* List<ReferralApplyOrderModel> list = applyOrderService.queryReferralApplyOrderWithQuery(referralApplyOrderQuery);
  96 + if (CollectionUtils.isEmpty(list)) {*/
97 97 if (2 == type) {
98 98 //查询产妇信息
99 99 List<Patients> patientses = patientsService.queryPatient(patientsQuery);
... ... @@ -186,7 +186,6 @@
186 186 referralApplyOrderModel.setHospitalId(referralApplyOrderModel.getTransferredHospital());
187 187  
188 188 applyOrderService.addOneReferralApplyOrder(referralApplyOrderModel);
189   - }
190 189  
191 190 return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功");
192 191 }