Commit 59256f6632d69c53996610e220223ee605511c7e
1 parent
7a634d0adc
Exists in
master
and in
6 other branches
两癌筛查
Showing 1 changed file with 1 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CancerScreeningFacade.java
View file @
59256f6
... | ... | @@ -215,9 +215,6 @@ |
215 | 215 | |
216 | 216 | if (CollectionUtils.isNotEmpty(residents)) |
217 | 217 | { |
218 | - | |
219 | - Map<String,Object> baseInfo = new HashMap<>(); | |
220 | - | |
221 | 218 | ResidentsArchiveModel model = residents.get(0); |
222 | 219 | Map<String,Object> result = new HashMap<>(); |
223 | 220 | |
... | ... | @@ -256,7 +253,7 @@ |
256 | 253 | result.put("hisCancerScrList", hisCancerScrList); |
257 | 254 | |
258 | 255 | BaseObjectResponse response = new BaseObjectResponse(); |
259 | - response.setData(baseInfo); | |
256 | + response.setData(result); | |
260 | 257 | response.setErrorcode(ErrorCodeConstants.SUCCESS); |
261 | 258 | response.setErrormsg("成功"); |
262 | 259 | return response; |