Commit 7a634d0adcc4c1d2137d3266ea13a4db07aefd94
1 parent
9346d5165c
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/CancerScreeningFacade.java
View file @
7a634d0
| ... | ... | @@ -253,12 +253,13 @@ |
| 253 | 253 | hisCancerScrList.add(map); |
| 254 | 254 | } |
| 255 | 255 | |
| 256 | - result.put("hisCancerScrList",hisCancerScrList); | |
| 256 | + result.put("hisCancerScrList", hisCancerScrList); | |
| 257 | 257 | |
| 258 | 258 | BaseObjectResponse response = new BaseObjectResponse(); |
| 259 | 259 | response.setData(baseInfo); |
| 260 | 260 | response.setErrorcode(ErrorCodeConstants.SUCCESS); |
| 261 | 261 | response.setErrormsg("成功"); |
| 262 | + return response; | |
| 262 | 263 | } |
| 263 | 264 | return new BaseResponse("妇女未建档,请前往妇女建档", ErrorCodeConstants.USER_NOT_EXISTS); |
| 264 | 265 | } |