Commit 1b22de4be0d49d0e80830cbba87d835bf8dbe107

Authored by liquanyu
1 parent 5150c12b99

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StopPregnancyController.java View file @ 1b22de4
... ... @@ -54,7 +54,7 @@
54 54 * @param hospitalId 医院Id
55 55 * @return
56 56 */
57   - @RequestMapping(method = RequestMethod.GET, value = "/queryStopPreg/{hospitalId}")
  57 + @RequestMapping(method = RequestMethod.GET, value = "/queryInPerson/{hospitalId}")
58 58 @ResponseBody
59 59 public BaseResponse queryInPerson(@PathVariable("hospitalId")Integer hospitalId) {
60 60 return stopPregnancyFacade.queryInPerson(hospitalId);