Commit 97294d1db345bff806a685dc52149d3afbbe84b1
1 parent
e4460870d4
Exists in
master
and in
1 other branch
儿童
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java
View file @
97294d1
| ... | ... | @@ -227,7 +227,7 @@ |
| 227 | 227 | @RequestParam(value = "vcCardNo", required = false) String vcCardNo, |
| 228 | 228 | @RequestParam(value = "liveType", required = false) String liveType, |
| 229 | 229 | @RequestParam(value = "isArea", required = false) String isArea, |
| 230 | - @RequestParam(value = "hospitalId", required = false) String fmHospitalId, | |
| 230 | + @RequestParam(value = "fmHospitalId", required = false) String fmHospitalId, | |
| 231 | 231 | @RequestParam(value = "endCase", required = false) Integer endCase |
| 232 | 232 | ) { |
| 233 | 233 | |
| ... | ... | @@ -318,7 +318,7 @@ |
| 318 | 318 | @RequestParam(value = "hospitalCityId", required = false) String hospitalCityId, |
| 319 | 319 | @RequestParam(value = "hospitalAreaId", required = false) String hospitalAreaId, |
| 320 | 320 | @RequestParam(value = "hospitalId", required = false) String hospitalId, |
| 321 | - @RequestParam(value = "hospitalId", required = false) String fmHospitalId, | |
| 321 | + @RequestParam(value = "fmHospitalId", required = false) String fmHospitalId, | |
| 322 | 322 | @RequestParam(value = "isArea", required = false) String isArea) { |
| 323 | 323 | LoginContext loginState = (LoginContext) httpServletRequest.getAttribute("loginContext"); |
| 324 | 324 | BabyManageRequest request = new BabyManageRequest(); |