Commit 7b53fadc578a955781a88b122cc9021dd0b006d8
1 parent
b73b28bd03
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 3 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
7b53fad
... | ... | @@ -479,11 +479,12 @@ |
479 | 479 | } |
480 | 480 | |
481 | 481 | //建档开通增值服务,若前端没有传入服务信息,默认加入标准服务 |
482 | - if (CollectionUtils.isEmpty(request.getSerInfos())) { | |
482 | + //update by jjz 修改取消儿童默认标准服务 | |
483 | + /* if (CollectionUtils.isEmpty(request.getSerInfos())) { | |
483 | 484 | Map<String, String> serInfo = new HashMap<>(); |
484 | 485 | serInfo.put("serType",PatientSerEnums.SerTypeEnums.babyBzfw.getId().toString()); |
485 | 486 | request.setSerInfos(Arrays.asList(serInfo)); |
486 | - } | |
487 | + }*/ | |
487 | 488 | |
488 | 489 | String hid = autoMatchFacade.getHospitalId(userId); |
489 | 490 |