Commit 0996e0c0c35f6e8487608c456820e882fb6c6025
1 parent
300a541bda
Exists in
master
and in
6 other branches
妇女建档打印
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
0996e0c
... | ... | @@ -4955,7 +4955,8 @@ |
4955 | 4955 | { |
4956 | 4956 | query.setYn(YnEnums.YES.getId()); |
4957 | 4957 | query.setId(null); |
4958 | - query.setSpouseCardNo(model.getSpouseCardNo()); | |
4958 | + query.setCertificateNum(model.getSpouseCardNo()); | |
4959 | + modelList.clear(); | |
4959 | 4960 | modelList = residentsArchiveService.queryResident(query); |
4960 | 4961 | if (CollectionUtils.isNotEmpty(modelList)) |
4961 | 4962 | { |