Commit e0eedd2b365f92e5194091ae7d2a9e14fbd183b8
1 parent
43f7647684
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 10 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PremaritalCheckupFacade.java
View file @
e0eedd2
| ... | ... | @@ -206,20 +206,12 @@ |
| 206 | 206 | checkupResult.setSpouseName(model.getUsername()); |
| 207 | 207 | checkupResult.setSpouseCertificateTypeId(model.getCertificateTypeId()); |
| 208 | 208 | checkupResult.setSpouseCertificateNum(model.getCertificateNum()); |
| 209 | + | |
| 209 | 210 | } |
| 210 | 211 | } |
| 212 | + archiveMap.put("spouseCode", spouseCode); | |
| 211 | 213 | |
| 212 | 214 | } |
| 213 | -// | |
| 214 | -// PremaritalCheckupQuery query = new PremaritalCheckupQuery(); | |
| 215 | -// query.setYn(YnEnums.YES.getId()); | |
| 216 | -// query.setHospitalId(requestParam.getHospitalId()); | |
| 217 | -// query.setSpouseCertificateNum(archiveModel.getCertificateNum()); | |
| 218 | -// List<PremaritalCheckup> checkupList = premaritalCheckupService.queryPremaritalCheckup(query); | |
| 219 | -// if (CollectionUtils.isNotEmpty(checkupList)) { | |
| 220 | -// | |
| 221 | -// | |
| 222 | -// } | |
| 223 | 215 | |
| 224 | 216 | resultMap.put("archiveResult", archiveMap); |
| 225 | 217 | resultMap.put("checkupResult", checkupResult); |