Commit 50aeabe3d722b075e2c7f193f2a5a2c7ab7598b4
1 parent
c46f9b72a3
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
50aeabe
... | ... | @@ -301,7 +301,7 @@ |
301 | 301 | * @description 根据身份证号,获取孕妇基本信息,此接口是对第三方提供服务的 |
302 | 302 | * @date 10:09 2019/11/18 |
303 | 303 | **/ |
304 | - @RequestMapping(value = "/search", method = RequestMethod.GET) | |
304 | + @RequestMapping(value = "/openapi/patient/searchbyidcard", method = RequestMethod.GET) | |
305 | 305 | @ResponseBody |
306 | 306 | public BaseResponse searchByIdCard(String idCard) { |
307 | 307 | return patientFacade.searchByIdCard(idCard); |