Commit 95a78f007ff1397dab361d339d2232619354a9db
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 2 changed files
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyEarFacade.java
View file @
95a78f0
... | ... | @@ -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 @
95a78f0
... | ... | @@ -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 {//孕妇建档服务数据处理 |