diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java index 0c76d88..d1cd610 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java @@ -227,7 +227,7 @@ public class BabyBuildController extends BaseController { @RequestParam(value = "vcCardNo", required = false) String vcCardNo, @RequestParam(value = "liveType", required = false) String liveType, @RequestParam(value = "isArea", required = false) String isArea, - @RequestParam(value = "hospitalId", required = false) String fmHospitalId, + @RequestParam(value = "fmHospitalId", required = false) String fmHospitalId, @RequestParam(value = "endCase", required = false) Integer endCase ) { @@ -318,7 +318,7 @@ public class BabyBuildController extends BaseController { @RequestParam(value = "hospitalCityId", required = false) String hospitalCityId, @RequestParam(value = "hospitalAreaId", required = false) String hospitalAreaId, @RequestParam(value = "hospitalId", required = false) String hospitalId, - @RequestParam(value = "hospitalId", required = false) String fmHospitalId, + @RequestParam(value = "fmHospitalId", required = false) String fmHospitalId, @RequestParam(value = "isArea", required = false) String isArea) { LoginContext loginState = (LoginContext) httpServletRequest.getAttribute("loginContext"); BabyManageRequest request = new BabyManageRequest();