Commit b2db33ec283dad30bc671025654024b8a5b690b7
1 parent
40e60d09c2
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/controller/BabyBuildController.java
View file @
b2db33e
... | ... | @@ -200,7 +200,7 @@ |
200 | 200 | @RequestParam(value = "dateRange", required = false) String dateRange, |
201 | 201 | @RequestParam("page") Integer page, |
202 | 202 | @RequestParam("limit") Integer limit, |
203 | - | |
203 | + @RequestParam(value = "showDetail",defaultValue = "0") Integer showDetail, | |
204 | 204 | @RequestParam(value = "buildDoctor",required = false) String buildDoctor, |
205 | 205 | @RequestParam(value = "provinceId",required = false) String provinceId, |
206 | 206 | @RequestParam(value = "cityId",required = false) String cityId, |
... | ... | @@ -214,6 +214,7 @@ |
214 | 214 | LoginContext loginState = (LoginContext) httpServletRequest.getAttribute("loginContext"); |
215 | 215 | |
216 | 216 | BabyManageRequest request = new BabyManageRequest(); |
217 | + request.setShowDetail(showDetail); | |
217 | 218 | request.setBuildDoctor(buildDoctor); |
218 | 219 | request.setQueryNo(queryNo); |
219 | 220 | request.setBcardNo(bcardNo); |