Commit ab1161765cc723ef85b02503fadccd6f62757c92
1 parent
2f71b7334e
Exists in
master
and in
6 other branches
儿童查询
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java
View file @
ab11617
| ... | ... | @@ -201,7 +201,7 @@ |
| 201 | 201 | @RequestParam(value = "diagnose", required = false) String diagnose, |
| 202 | 202 | @RequestParam(value = "dateRange", required = false) String dateRange, |
| 203 | 203 | @RequestParam(value = "highRiskInfos", required = false) List highRiskInfos, |
| 204 | - @RequestParam(value = "weakSonInfo", required = false) List weakSonInfos, | |
| 204 | + @RequestParam(value = "weakSonInfos", required = false) List weakSonInfos, | |
| 205 | 205 | @RequestParam("page") Integer page, |
| 206 | 206 | @RequestParam("limit") Integer limit, |
| 207 | 207 | @RequestParam(value = "showDetail",defaultValue = "0") Integer showDetail, |