Commit 8e7697a72b5cd83038691345e64644a4a49a9a2e

Authored by haorp
1 parent 469168de49
Exists in dev

产妇转诊

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ApplyScreeningController.java View file @ 8e7697a
... ... @@ -74,7 +74,7 @@
74 74 *
75 75 * @return
76 76 */
77   - @RequestMapping(method = RequestMethod.GET, value = "/queryMedicalRecord")
  77 + @RequestMapping(method = RequestMethod.GET, value = "/queryMedicalRecord2")
78 78 @ResponseBody
79 79 @TokenRequired
80 80 public BaseResponse queryMedicalRecord2(@Valid ApplyScreeningQueryRequest screeningQueryRequest, HttpServletRequest request) {