Commit c4e8a2854f5a6fa6e60df30ce63dbc660389d845
1 parent
db166a8392
Exists in
master
and in
6 other branches
代码提交错误修改
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyCheckController.java
View file @
c4e8a28
... | ... | @@ -181,8 +181,8 @@ |
181 | 181 | @RequestParam(value = "startMonthAge", required = false) Integer startCheckMonthAge, |
182 | 182 | @RequestParam(value = "endMonthAge", required = false) Integer endCheckMonthAge, |
183 | 183 | @RequestParam(value = "nextDate", required = false) String nextDate, |
184 | - @RequestParam(value = "highRisk", required = false) String highRisk, | |
185 | - @RequestParam(value = "waskSon", required = false) String waskSon, | |
184 | + @RequestParam(value = "highRisk", required = false) Integer highRisk, | |
185 | + @RequestParam(value = "waskSon", required = false) Integer waskSon, | |
186 | 186 | @RequestParam(value = "hospitalId", required = false) String hospitalId, |
187 | 187 | @RequestParam(value = "proviceId", required = false) String proviceId, |
188 | 188 | @RequestParam(value = "cityId", required = false) String cityId, |