Commit 6fef250f00a60b373fa048f14ef51650bd027c23
1 parent
7bde78883d
Exists in
master
and in
6 other branches
儿童建档
Showing 2 changed files with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyEarFacade.java
View file @
6fef250
... | ... | @@ -498,7 +498,7 @@ |
498 | 498 | baby.setServiceStatus(ServiceStatusEnums.ADD_OPEN.getId()); |
499 | 499 | }else if (PatientSerEnums.SerTypeEnums.babyBzfw.getId().intValue() == Integer.parseInt(serInfo.get("serType"))) { |
500 | 500 | baby.setServiceType(ServiceTypeEnums.STANDARD_SERVICE.getId()); |
501 | - baby.setServiceStatus(ServiceStatusEnums.ADD_OPEN.getId()); | |
501 | + baby.setServiceStatus(ServiceStatusEnums.STANDARD_OPEN.getId()); | |
502 | 502 | } |
503 | 503 | } |
504 | 504 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
6fef250
... | ... | @@ -259,7 +259,7 @@ |
259 | 259 | BabyBookbuildingAddRequest babyBookbuildingAddRequest = new BabyBookbuildingAddRequest(); |
260 | 260 | babyBookbuildingAddRequest.setId(ps.getParentid()); |
261 | 261 | babyBookbuildingAddRequest.setServiceType(ServiceTypeEnums.STANDARD_SERVICE.getId()); |
262 | - babyBookbuildingAddRequest.setServiceStatus(ServiceStatusEnums.ADD_OPEN.getId()); | |
262 | + babyBookbuildingAddRequest.setServiceStatus(ServiceStatusEnums.STANDARD_OPEN.getId()); | |
263 | 263 | babyBookbuildingFacade.updateBabySerInfo(babyBookbuildingAddRequest); |
264 | 264 | } |
265 | 265 | } else {//孕妇建档服务数据处理 |