Commit 3d1e060d00131694b6d60e44063797fc4aa5a527
1 parent
bc99747f76
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PremaritalCheckupFacade.java
View file @
3d1e060
| ... | ... | @@ -245,13 +245,13 @@ |
| 245 | 245 | //就诊卡不为空 |
| 246 | 246 | archiveQuery.setVcCardNo(addRequest.getVcCardNo()); |
| 247 | 247 | } |
| 248 | + BaseObjectResponse br = new BaseObjectResponse(); | |
| 248 | 249 | List<ResidentsArchiveModel> modelList = residentsArchiveService.queryResident(archiveQuery); |
| 249 | 250 | if (CollectionUtils.isNotEmpty(modelList)){ |
| 250 | 251 | ResidentsArchiveModel archiveModel = modelList.get(0); |
| 251 | 252 | id = addOrUpdate(addRequest,userId,archiveModel); |
| 252 | 253 | } |
| 253 | 254 | |
| 254 | - BaseObjectResponse br = new BaseObjectResponse(); | |
| 255 | 255 | br.setErrorcode(ErrorCodeConstants.SUCCESS); |
| 256 | 256 | br.setErrormsg("成功"); |
| 257 | 257 | br.setData(id); |