Commit 14ee5a4dfa44bc46cd4b67a3a974bbf0c98985af

Authored by yangfei
1 parent 561a2d7f9c

追访

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java View file @ 14ee5a4
... ... @@ -1022,7 +1022,7 @@
1022 1022 if (CollectionUtils.isNotEmpty(sieveApplyOrderModels)) {
1023 1023 Map<String, Object> result = new HashMap<>();
1024 1024 SieveApplyOrderModel sieveApply = sieveApplyOrderModels.get(0);
1025   - String hostName = CommonsHelper.getHospitalName(sieveApply.getSieveHospitalId(), organizationService);
  1025 + String hostName = CommonsHelper.getHospitalName(sieveApply.getHospitalId(), organizationService);
1026 1026 result.put("reportHostName",hostName);
1027 1027 result.put("patientInfo", patientBaseResult);
1028 1028 result.put("weight", sieveApply.getWeight());