Commit d045a378a55a314396ef4c114ff06caf12adb9f2

Authored by shiyang
1 parent 726c54ff75

update

Showing 1 changed file with 3 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyHealthController.java View file @ d045a37
... ... @@ -77,9 +77,9 @@
77 77 @RequestParam(value = "queryStartBirth", required = false) Date queryStartBirth,
78 78 @RequestParam(value = "queryEndBirth", required = false) Date queryEndBirth,
79 79 @RequestParam(value = "provinceId", required = false) String provinceId,
80   - @RequestParam(value = "provinceId", required = false) String cityId,
81   - @RequestParam(value = "provinceId", required = false) String areaId,
82   - @RequestParam(value = "provinceId", required = false) String streetId,
  80 + @RequestParam(value = "cityId", required = false) String cityId,
  81 + @RequestParam(value = "areaId", required = false) String areaId,
  82 + @RequestParam(value = "streetId", required = false) String streetId,
83 83 Integer page, Integer limit, HttpServletRequest request) {
84 84 return babyHealthFacade.babystatList(checkTime, queryNo, startCheckMonthAge, endCheckMonthAge,
85 85 nextDate, highRisk, waskSon, checkDoctorId, page, limit, getUserId(request), level,queryStartBirth,