Commit c37191e0a2eafade0eacd45a2b462c5dc8040865
1 parent
0ea419e172
Exists in
master
and in
6 other branches
儿童建档不在校验孕妇是否有该就诊卡
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
c37191e
... | ... | @@ -665,7 +665,7 @@ |
665 | 665 | return br; |
666 | 666 | } |
667 | 667 | |
668 | - PatientsQuery patientsQuery = new PatientsQuery(); | |
668 | + /*PatientsQuery patientsQuery = new PatientsQuery(); | |
669 | 669 | patientsQuery.setVcCardNo(request.getVcCardNo()); |
670 | 670 | patientsQuery.setHospitalId(request.getHospitalId()); |
671 | 671 | List <Patients> patients = yunBookbuildingService.queryPregnantWithQuery(patientsQuery); |
... | ... | @@ -673,7 +673,7 @@ |
673 | 673 | br.setErrorcode(ErrorCodeConstants.DATA_EXIST); |
674 | 674 | br.setErrormsg("该就诊卡号在该医院已经建档"); |
675 | 675 | return br; |
676 | - } | |
676 | + }*/ | |
677 | 677 | } |
678 | 678 | String encodedUtil = getEncodedUtil(hid); |
679 | 679 | Patients patients = null; |