Commit 6c68963827625ad50d110718defa756d1e97ac96

Authored by liquanyu
1 parent 938e0d684d

update code

Showing 1 changed file with 4 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ 6c68963
... ... @@ -1889,8 +1889,11 @@
1889 1889 {
1890 1890 patientId = "";
1891 1891 }
  1892 + else
  1893 + {
  1894 + patientId = pw.getPatientId();
  1895 + }
1892 1896 }
1893   -
1894 1897 }
1895 1898 return patientId;
1896 1899 }