浏览代码

修改邵逸夫质控代码

lipc 4 年之前
父节点
当前提交
5fb48ff13d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/diagbot/facade/data/AHomePageFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/data/AHomePageFacade.java

@@ -134,6 +134,7 @@ public class AHomePageFacade extends HomePageServiceImpl {
                         case "B":
                             homePage.setSex("");
                             break;
+                        default:
                     }
                     homePage.setBirthday(ShaoyfDateUtil.parseDateTime(homePageResponse.getData().getPbirthday()));
                     homePage.setAge(homePageResponse.getData().getAge());
@@ -167,7 +168,6 @@ public class AHomePageFacade extends HomePageServiceImpl {
                     homePage.setBehospitalBedCode(homePageResponse.getData().getBedid_in());
                     homePage.setChangeDept(homePageResponse.getData().getTransferdept());
                     homePage.setLeaveHospitalDate(ShaoyfDateUtil.parseDateTime(homePageResponse.getData().getDiscd()));
-
                     homePage.setLeaveHospitalDept(homePageResponse.getData().getOuthosdept());
                     homePage.setLeaveHospitalWard(homePageResponse.getData().getOuthosward());
                     homePage.setBehospitalDayNum(homePageResponse.getData().getInhosday());