Commit 6d80f413282c0626be9817c0b5ef4c5e724fd04d

Authored by liquanyu
1 parent 3be2c2e466

orgType

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ 6d80f41
... ... @@ -1684,6 +1684,7 @@
1684 1684 result.setBookbuildHospital(orgObj.getName());
1685 1685 result.setHospitalId(String.valueOf(orgObj.getId()));
1686 1686 }
  1687 + result.setOrgType(orgObj.getOrgType());
1687 1688 }
1688 1689  
1689 1690 String comm = "未分配";
... ... @@ -1703,6 +1704,7 @@
1703 1704 result.setDueStatus(pat.getDueStatus());
1704 1705 result.setPid(pat.getPid());
1705 1706 result.setIsAutoFm(pat.getIsAutoFm());
  1707 +
1706 1708 pid = pat.getPid();
1707 1709 results.add(result);
1708 1710 }