Commit 481e5826591f95e04bd6c9e8b881da4a8365dbf5

Authored by liquanyu
1 parent 7de4efe983

update code

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/pojo/PregPatientinfo.java View file @ 481e582
... ... @@ -64,6 +64,10 @@
64 64 }
65 65  
66 66 public String getP_SEX() {
  67 + if (P_SEX != null)
  68 + {
  69 + return P_SEX.trim();
  70 + }
67 71 return P_SEX;
68 72 }
69 73