Commit 7c73c9451f2ab3da60fd8c998c5b53e552f1586e

Authored by jiangjiazhi
1 parent 40476326e3

修改新电子病历

Showing 1 changed file with 5 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java View file @ 7c73c94
... ... @@ -403,6 +403,11 @@
403 403 BabyApplyOrderResult babyApplyOrderResult = new BabyApplyOrderResult();
404 404 String zhuanchu = applyOrderModel.getOutHospitalId();
405 405 String zhuanru = applyOrderModel.getTransferredHospital();
  406 +
  407 + babyApplyOrderResult.convert(applyOrderModel, zhuanCName, zhuanRname);
  408 + List<String> diagnoseList = babyCheckFacade.getBabyLastDiagnose(applyOrderModel.getPid());
  409 +
  410 +
406 411 if (NumberUtils.isNumber(zhuanchu)) {
407 412 Organization zhuanc = organizationService.getOrganization(Integer.valueOf(zhuanchu));
408 413 if (null != zhuanc) {
... ... @@ -427,8 +432,6 @@
427 432 babyApplyOrderResult.setRecDoctor(users.getName());
428 433 }
429 434 }
430   - babyApplyOrderResult.convert(applyOrderModel, zhuanCName, zhuanRname);
431   - List<String> diagnoseList = babyCheckFacade.getBabyLastDiagnose(applyOrderModel.getPid());
432 435 String diagnose = "";
433 436 if (CollectionUtils.isNotEmpty(diagnoseList)) {
434 437 diagnose = "";