Commit 40c0521775c531340aa8d292579adfe6e1405d32

Authored by landong2015
1 parent 65dc176c71

update folic

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/FolicAcidFacade.java View file @ 40c0521
... ... @@ -84,6 +84,8 @@
84 84 }
85 85  
86 86 if (StringUtils.isNotEmpty(addRequest.getVcCardNo())){
  87 + archiveQuery.setCertificateNum(null);
  88 + archiveQuery.setCertificateTypeId(null);
87 89 archiveQuery.setVcCardNo(addRequest.getVcCardNo());
88 90 modelList = residentsArchiveService.queryResident(archiveQuery);
89 91 if (CollectionUtils.isNotEmpty(modelList)) {