Commit 35424701366c8766e1e92bb88362d46ae0810ad3
1 parent
fa24841fcc
Exists in
master
and in
8 other branches
修改建档时对身份证的唯一性判断
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ResidentsArchiveFacade.java
View file @
3542470
... | ... | @@ -180,7 +180,7 @@ |
180 | 180 | if (StringUtils.isNotEmpty(addRequest.getCertificateNum())){ |
181 | 181 | //判断该证件号码是否在该医院建档 |
182 | 182 | query.setCertificateNum(addRequest.getCertificateNum()); |
183 | - query.setCertificateTypeId(addRequest.getCertificateTypeId()); | |
183 | +// query.setCertificateTypeId(addRequest.getCertificateTypeId()); | |
184 | 184 | List<ResidentsArchiveModel> modelList = residentsArchiveService.queryResident(query); |
185 | 185 | if (CollectionUtils.isNotEmpty(modelList)){ |
186 | 186 | ResidentsArchiveModel archiveModel = modelList.get(0); |